@media screen { 
body { font-family: Verdana, Arial, sans-serif; } }

body { background : #0c0b0c none; color : #111; }
a:link    { color : #009; background : #f21; }
a:visited { color : #800; background : #f21; }
a:active  { color : #990; background : #f21; }
a:hover   { color : #111; background : #f21; }

h1, h2, h3 { font-family: Verdana, Arial, sans-serif; }
h1 { text-align: center; }

h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h2, h3 { font-weight: 500; }

#sivu { background: #f21 none; color: #111; width: 800px; margin-left: auto; margin-right: auto; }
#otsikko { height: 50px; padding-top : 0px; }
#intro { padding-left: 220px; padding-right: 30px; height: 175px; }
.julkaisu { height: 250px; padding-left: 280px; margin-top: 0px; }
#loppu { height: 150px; padding-top: 30px; padding-left: 30px; padding-bottom: 20px; }

.tiivistelma { text-align: justify; }

.kuva-vasemmalla { float: left; width: 200px; height: 200px; margin-left: 30px; margin-top: 23px; }
.kuva-intro { float: left; width: 200px; height: 200px;}
.kuva-oikealla { float: right; width: 200px; height: 200px; margin-bottom: 50px; }

address { font-style: normal; }

hr { border: 0; width: 80%; color: #f00; background-color: #f00; height: 5px; }
