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

TABLE { text-align: left; 
 font-size: 14px;
 font-style: normal;
 font-family: Arial,Serif;}

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

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

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

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

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

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

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

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

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


#ylaosa {
 background-color: white;
 padding: 1em;
 text-align: left;
  border-style: solid;
 border-width: medium;
 border-color: #020475;
}

#alaosa {
 background-color: white;
 padding: 1em;
 text-align: left;
  border-style: solid;
 border-width: medium;
 border-color: #020475;
}

#sisalto {
 background-color: white;
 padding: 1em;
 text-align: left;
 border-style: solid;
 border-width: medium;
 border-color: #020475;
}

#valikko {
 background-color: white;
 padding: 1em;
  border-style: solid;
 border-width: medium;
 border-color: #020475;
}


/* Layout */

#ylaosa {
 position: absolute;
 width: 240px;
 height: 350px;
 top: 20px;
 left: 20px;

}

#alaosa {
 position: absolute;
 width: 240px;
 height: 200px;
 top: 430px;
 left: 20px;

}

#sisalto {
 position: absolute;
 width: 450px;
 height: 1300px;
 top: 20px;
 left: 300px;

}

#valikko {
 position: absolute;
 top: 20px;
 left: 800px;
 width: 150px;
 height: 1300px;
 
}

