/* Tämä tiedosto määrittää sivujen ulkoasun*/
body 
{
background-color : #FFEFD5;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000000;
}

div
{
background-color:#CC9966;
}

#taustadiv
{
position:absolute;
border:black 1px solid;
left: 10px;
top:10px;
margin-top : 0px;
height : 700px;
width : 690px
}

#vasendiv
{
position:absolute;
left: 12px;
top: 112px;
width : 130px;
height:500px
}

#keskidiv
{
background-color : #FFFFFF;
width : 557px;
height:601px;
position:absolute;
left:144px;
top:110px;
overflow: auto;
}

#uutisdiv
{
background-color : #CDBA96;
border : black 1px solid;
position:absolute;
left:155px;   
top:470px;
width : 260px;
height : 240px;
overflow : auto
}

#uutisdiv2
{
background-color : #CDBA96;
border : black 1px solid;
position:absolute;
left:430px;   
top:470px;
width : 260px;
height : 240px;
overflow : auto
}

#aladiv
{
background-color : #FFEFD5;
position:absolute;
left:10px;
top:712px;
width : 690px;
height : 30px;
font-size : 9px;
}

table, p, td, th, ol, li
{
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
vertical-align : top;
color : #000000;
margin-left : 5px;
margin-top : 10px;
margin-right : 5px;
}

.otsikko
{
font-size : 40px;
margin-left : 150px;
}

.ala
{
font-size : 9px;
}

.vasen 
{
color : #000000;
margin-top : 20px;
font-size : 10px;
line-height : 1.7;
}

.yla 
{
color : #000000;
font-size : 11px;
text-align : right;
margin-top : 2px;
margin-right : 1px;
}

.oikea
{
color : #000000;
font-size : 11px;
font-weight : bold;
text-align : center;
line-height : 1.3
}

H1
{
font-size : 14px;        
font-weight : bold;
font-variant:small-caps;        
margin-top : 10px;
margin-left : 5px;
color : #000000;	
font-family : Verdana, Arial, Helvetica, sans-serif
}
H2
{
font-size : 12px;        
font-weight : bold;       
color : #000000;	
margin-top : 10px;
margin-left : 5px;
font-family : Verdana, Arial, Helvetica, sans-serif
}

H3
{
font-size : 12px;
font-variant : small-caps;
color : #000000; 
margin-top : 10px;   
margin-left : 5px;
margin-bottom : 10px;
font-family : Verdana, Arial, Helvetica, sans-serif
}

a:link
{
color : #777777;
text-decoration : none;
}
a:active
{
color : #777777;
text-decoration : none;
}
a:visited
{
color : #777777;
text-decoration : none;

}

a:link.vasen
{
font-weight : bold;
margin-left : 5px;
color : #666666;
text-decoration : none;
}
a:active.vasen
{
font-weight : bold;
margin-left : 5px;
color : #666666;
text-decoration : none;
}
a:visited.vasen
{
font-weight : bold;
margin-left : 5px;
color : #666666;
text-decoration : none;
}