A:link, A:visited, A:active
{
text-decoration: underline;
color: rgb(0,0,100);
} A:hover
{
text-decoration: underline;
color: rgb(255,155,0);
}
A.valikko:link, A.valikko:visited, A.valikko:active
{text-decoration: none;
color: rgb(255,255,255);
margin-left:20px; 
}
A.valikko:hover
{
text-decoration: none;
color: rgb(255,155,0);
} 
h1 { 
   color: rgb(0,0,0); 
   font-weight: bold; 
   font-size: 26px; 
   font-family: Verdana, sans-serif 
   }
h2 { 
   color: rgb(0,0,0); 
   font-weight: bold; 
   font-size: 22px; 
   font-family: Verdana, sans-serif 
   }
h3 { 
   color: rgb(0,0,0); 
   font-weight: bold; 
   font-size: 18px; 
   font-family: Verdana, sans-serif 
   }
h4 { 
   color: rgb(0,0,0); 
   font-weight: bold; 
   font-size: 15px; 
   font-family: Verdana, sans-serif; 
   }
h4.valikko { 
   color: rgb(0,0,0); 
   font-weight: bold; 
   font-size: 15px; 
   font-family: Verdana, sans-serif;
   margin-left:20px;
   }
h5 { 
   color: rgb(0,0,0); 
   font-weight: bold; 
   font-size: 13px; 
   font-family: Verdana, sans-serif 
   }
val { 
    color: rgb(0,0,0); 
    font-weight: normal; 
    font-size: 19px; 
    font-family: "Courier New", Courier, monospace 
    }
li { 
   color: rgb(0,0,0); 
   font-weight: normal; 
   font-size: 13px; 
   font-family: Verdana, sans-serif 
   }
p { 
  color: rgb(0,0,0); 
  font-weight: normal; 
  font-size: 13px; 
  font-family: Verdana, sans-serif
  }


