
table {
   font-family: ms_sans-serif;
   color: green;
   font-weight: Normal;
   font-size: 12pt;
   font-style: Normal;
  }

body  {
   margin: 10px 5px;
   padding: 0;
   background-color: #CCFFFF;
   }
.intro
{
   margin: 10px 5px;
   padding: 20px;
   background-color: #FFFFCC;
   }
h1  {
   font: italic bold 24pt ms_sans-serif;
   color: green;
   text-align: center; 
   }
h2 {
   font: normal bold 16pt ms_sans-serif;
   color: green;
   text-align: center;   
   }
p  {
   font: normal normal 12pt ms_sans-serif;
   color: green;
   }
a  {
   display: block;
   color: #FFFFFF;
   font-size: 12px;
   font-family: "ms sans serif";
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
   background-color: #008000;
   height: auto;
   padding: 1px;
   margin: 1px;
   } 
a.menu  {
   width: 188px;
   } 
a.sub  {
   width: 92px;
   }
a.subz  {
   display: inline;
   width: 92px;
   height: 15px;
    }
a:hover  {
   color: #FFCC00;
   }