BODY {
  margin: 2em 2em 2em;
  color: black;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
}
A:link  {       
        text-decoration:  none;
        font-weight:    normal; 
        color:  #000099;
        }       
A:visited     {       
        text-decoration:  none;
        font-weight:    normal;
        color:  #000099;
        }       
A:hover {       
        text-decoration: none;
	font-weight:   normal;
        color:  red;
        }       


