strong {
   font-weight : bold;
   font-family : Verdana; 
}

.otsikko {
   font-weight : bold;
   font-size : 14;
   font-family : Verdana;  
}

small {
   font-size : 11;
   font-family : Verdana; 
}


td {
   font-size : 12;
   font-family : Verdana; 
}


A:visited {
   color : #C0C0C0; 
   text-decoration : none; 
}


A:link {
   color : #C0C0C0; 
   text-decoration : none; 
}


A:hover {
   color : #FFFFFF; 
   text-decoration : none; 
}


A:active {
   color : #FFFFFF; 
   text-decoration : none; 
}