/*  CSS   */

P  {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
   font-size: 10pt ;
   }
LI {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
   font-size: 10pt ;
   }
TR {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
   font-size: 10pt ;
   }


  /* gets rid of bottom margin for footer */
.pagefooter {margin-bottom: 0; margin-right: 4;}



  /* controls color of links, visited links, and hover links */
a:link {color: #000099; text-decoration: underline; }
a:active {color: #000099; text-decoration: underline; }
a:visited {color: #800000; text-decoration: underline; }
a:hover {color: #000000; text-decoration: underline; }

/*
