/* csspd's main style sheet */
/* this page is fully wheelchair accessible */


body
  {
   background-color: FFFFFF;
<!-- background-image: url("images/bg-main.jpg"); --> 
   background-repeat: no-repeat;
   font-family: verdana, arial, sans-serif;
   color: #000000;
   font-size: 10px;
   margin-top: 3px; 
   margin-left: 3px; 
   margin-bottom: 0px; 
   margin-right: 0px; 
   padding: 0px;
  }

body p, td, li
  {
   font-family: verdana, arial, sans-serif;
   color: #000000;
   font-size: 10px;
   margin-top: 0px; 
   margin-left: 0px; 
   margin-bottom: 0px; 
   margin-right: 0px; 
   padding: 0px;
  }

a 
  { 
   font-weight: bold; 
   color: #0000FF; 
   text-decoration: none; 
  }

a:hover 
  { 
   background-color: #666666; 
   color: #FFFFFF; 
   text-decoration: none;
  }


