/* style sheet by g patton last update 040504 */
/* basic sheet to change link look when mouseover */
/* updated background to kelly green on 19 April 05 */

/* body */

body {
   font-family: Verdana, Helvetica, Arial, Geneva, SunSans-Regular;
   color: #000000; /* text color */
   /* background: #02863A; too dark background color */
   /* background: #49F089;   oldbackground color */ 
   background: #5EB950;  /* background color */ 
}

/* links */

a:link {

   font-family: Verdana, Helvetica, Arial, Geneva, SunSans-Regular;
   font-weight: bold;
   color: #0000FF;
   text-decoration: underline;
}

a:visited {

   font-family: Verdana, Helvetica, Arial, Geneva, SunSans-Regular;
   font-weight: bold;
   color: #0000FF;
   text-decoration: underline;
}

a:hover {

   font-family: Verdana, Helvetica, Arial, Geneva, SunSans-Regular;
   font-weight: bold;
   color: #FF0000;
   text-decoration: none;
}

a:active {

   font-family: Verdana, Helvetica, Arial, Geneva, SunSans-Regular;
   font-weight: bold;
   color: #000000;
   text-decoration: underline;
}

td {
   align: left
}

