﻿body 
{
    background-color: black;
}
TD
{
    font-family:Verdana;
    font-size:small;
}
.pieni
{
    font-family:Verdana;
    font-size:x-small;
    text-align: center;
}
.taulu
{   
    width: 600px;
    border:solid 1px black;
    margin: 20px auto auto auto; 
    background-color:White; 
}
.tausta
{
    border:solid 1px black;
    height:99px;
    width: 100%;
    background-image:url(../images/VEH.jpg);
    background-color:White;  
}
.otsikko
{
    width: 100%; 
    border-bottom-style: outset; 
    border-bottom-width: 2px; 
    border-bottom-color:Black;
    border-top-style: outset;
    border-top-width: 2px;
    border-top-color: Black;
    background-color:White;
}
.erikLihavoitu
{
    font-family: Verdana;
    font-size: small;
    color: Red;
    font-weight:bold;
    text-align: center;
}
.normaaliLihavoitu
{
  font-family: Verdana;
  font-size: small;
  color: Black;
  font-weight:bold;
 
}
A:link 
{
    text-decoration:underline;
    font-family:Verdana;
    font-size; small;
    color:Black;    
}
A:visited 
{
    text-decoration:underline;
    font-family:Verdana;
    font-size; small;
    color:Black;    
    }
A:active 
{
    text-decoration:underline;
    font-family:Verdana;
    font-size; small;
    color:Black;    
    }
A:hover 
{
    text-decoration:underline;
    font-family:Verdana;
    font-size; small;
    color:Gray;    
    }

