body 
{
  font-family:verdana,arial,helvetica;
  font-size:10pt;
  color:#000000; 
  background-color:#742012;
  margin-top:3px;
  margin-left:3px;
}


/* tekstit ovat soluissa ja fontit määritellään valmiiksi */
td   
{
  font-family:verdana,arial,helvetica;
  font-size:10pt;
}

/* käytetään otsikoissa */
h1   
{
  font-family:verdana,arial,helvetica;
  font-size:9pt;
}


/* käytetään sivujen yläosassa oleviin linkkeihin   */
A:link.ala
{
  color:#742012; 
  background:#F0B298; 
  font-size:9pt;
  text-decoration:none;
}

A:visited.ala
{
  color:#742012; 
  background:#F0B298;
  font-size:9pt; 
  text-decoration:none;
}

A:active.ala
{
  color:#742012; 
  background:#F0B298;
  font-size:9pt; 
  text-decoration:none;
}

A:hover.ala
{
  color:#000000; 
  background:#F0B298; 
  font-size:9pt;
  text-decoration:none;
}

A:link.yla{color:#742012; background:#FFFFFF; text-decoration:underline}
A:visited.yla{color:#742012; background:#FFFFFF;  text-decoration:underline}
A:active.yla{color:#742012; background:#FFFFFF;  text-decoration:underline}
A:hover.yla{color:#000000; background:#FFFFFF;  text-decoration:underline}


/* käytetään sivujen alaosassa oleviin linkkeihin   */
A:link.yla
{
  color:#742012; 
  background:#FFFFFF; 
  text-decoration:underline;
}

A:visited.yla
{
  color:#742012; 
  background:#FFFFFF; 
  text-decoration:underline;
}

A:active.yla
{
  color:#742012; 
  background:#FFFFFF; 
  text-decoration:underline;
}

A:hover.yla
{
  color:#000000; 
  background:#FFFFFF; 
  text-decoration:underline;
}


