
a:link    { color: navy; text-decoration: underline; }
a:visited   { color: navy; text-decoration: underline }
a:hover		{ color: red }
a:active    { color: #800000; text-decoration: underline }

a.mainNav:link    {
  /* Applies to unvisited links of class mainNav */
  text-decoration:  none;
  font-weight:      normal;
  color:            #800000;
  font-size: 13px; 
  font-family: Arial, Geneva, Helvetica, Verdana
  } 
a.mainNav:visited {
  /* Applies to visited links of class mainNav */
  text-decoration:  none;
  font-weight:      normal;
  color:            #800000;
  font-size: 13px; 
  font-family: Arial, Geneva, Helvetica, Verdana

  } 
a.mainNav:hover   {
  /* Applies to links under the pointer of class mainNav */
  text-decoration:  underline;
  font-weight:      normal;
  font-size: 13px; 
  font-family: Arial, Geneva, Helvetica, Verdana

  }
  
body  {
background-image: url(../images/back.gif);
font-size: 12px; 
font-family: Verdana, Arial, Geneva;
margin-top: 0px;

}

.toptext {
font-size: 12px; 
font-family: Verdana, Arial, Geneva
}