/* ------------------------------ */
/*Perusteksti*/
/* ------------------------------ */
BODY {
   background-color: #00FFFF; margin:0 }
DIV.textbox {
margin: 10; background-color: white; padding: 10pt; border: 2pt; border-style: solid; 
}
DIV.oikeusbox {
   position:relative;
   color: #000099;
   background-color: #DDFFFF;
   border-color: red;
   font-family: arial, tahoma, verdana, sans-serif;
   margin-left:150; margin-right: 10; padding: 10pt;
   border: 1pt;
   border-style: solid;
} 
DIV.titlebox {
   color: #000099;
   background-color: #CCCCFF;
   border-color: yellow;
   font-family: arial, tahoma, verdana, sans-serif;
   margin-left: 10%; margin-right: 10%; padding: 5pt;
   border: 5pt;
   border-style: solid;
}
DIV.linkbox {
   color: #00FFFF;
   background-color: #000066;
   border-color: black;
   font-family: arial, tahoma, verdana, sans-serif;
   margin-left: 10%; margin-right: 10%; padding: 3pt;
   text-align: center; 
   border: 4pt;
   border-style: solid;
}
/* to include ns4, must be positioned absolute */
/*.infoDiv { position:absolute; left:20px; top:400px; z-index:10 }*/
/* styles for infoDiv content (ns4 needs to be reminded for each re-write - width too! )*/	
/*.info { width:170px; font-size:12px; font-family: verdana, arial, helvetica, sans-serif; color:black }*/

A:link { text-decoration: none; color:"#000000" }
A:active { text-decoration: none; color:"#FF6600" }
A:visited { text-decoration: none; color:"#0000FF" }
A:hover { text-decoration: underline; color:"#FF0000"; background-color:"#FFFF00" }
A { font-size: 12px; font-family: Arial; font-weight: bold; text-decoration:none }
H1 { text-align: center; font-size: 32px; color: #000099; font-family: "Arial black", verdana;}
H2 { text-align: center; margin-left:10%;margin-right:10%;  padding: 5px; color: #0000FF; font-family: "Arial black", verdana;}
H3 {  text-align: center; color: #000066; font-family: "Arial", verdana;}
H4 { font-size: 20px;  color: #000066; font-family: "Arial", verdana;}
P { font-size: 14px; color: black; font-family: Arial, verdana;}
DL {  font-size: 14px; color: #000099; font-family: "Arial", verdana }
UL {  font-size: 14px; color: #000099; font-family: "Arial", verdana }