BODY {
 background-color: #C0C0C0;
 color: #000000;
 text-align: left; 
 font-size: 12px;
 font-style: normal;
 font-family: Arial,Serif;
}

A:link { font-size : 12px; font-style : normal; color : black; text-decoration : underline; 
font-family : Arial, Serif; background-color: white; }

A:active { font-size : 12px; font-style : normal; color : black; text-decoration : underline; 
font-family : Arial, Serif;background-color: #C0C0C0; }

A:visited { font-size : 12px; font-style : normal; color : black; text-decoration : underline; 
font-family : Arial, Serif; background-color: white; }

A:hover { font-size : 12px; font-style : normal; color : black; text-decoration : underline; 
font-family : Arial, Serif; background-color: #C0C0C0;  }

H1 {
 font: bold large Arial, Helvetica, Serif;
}
H2 {
 font: italic large Arial, Helvetica, Serif;
}

#valikko A:link { font-size : 12px; font-weight : bold; font-style : normal; color : black; text-decoration : none; 
font-family : Verdana,Arial,Serif; background-color: white; }

#valikko A:active { font-size : 12px; font-weight : bold; font-style : normal; color : black; text-decoration : none; 
font-family : Verdana,Arial,Serif;background-color: #C0C0C0; }

#valikko A:visited { font-size : 12px; font-weight : bold; font-style : normal; color : black; text-decoration : none; 
font-family : Verdana,Arial,Serif; background-color: white; }

#valikko A:hover { font-size : 12px; font-weight : bold; font-style : normal; color : black; text-decoration : none; 
font-family : Verdana,Arial,Serif; background-color: #C0C0C0;  }


#valikko {
 background-color: white;
 text-align: left;
 padding: 10px;

}

#sisalto {
 background-color: white;
 padding: 10px;
 text-align: left;
 


}

#logot {
 background-color: white;
 padding: 10px;
}


/* Layout */

#valikko {
 position: absolute;
 top: 10px;
 left: 60px;
 height: 2em;
 width: 880px;

}

#sisalto {
 position: absolute;
 width: 690px;
 height: 40em;
 top: 60px;
 left: 250px;

}

#logot {
 position: absolute;
 top: 60px;
 left: 60px;
 width: 150px;
 height: 200px;
 
}


