/* style sheet by g patton last update 040504 */
/* basic sheet to change link look when mouseover */

/* body */

body {
   font-family: Verdana, Helvetica, Arial, Geneva, SunSans-Regular;
   color: #000000; /* text color */
   background: #33CCFF; /* 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
}

