body {
   width: 950px;
   color: black;
   background-color: white;
   text-align: left;
   font-family: Verdana;
   font-size: 16px;
}

a:link { text-decoration: none; color:#880000; }
a:visited { text-decoration: none; color: #880000; }
a:active { text-decoration: none; color: #880000; }
a:hover { text-decoration: underline; color: #990000; }
