
h1 {
   font-family: Arial;
   font-size: 14px;
   font-weight: bold;
   color: #000000;
}

p {
   font-family: Arial;
   font-size: 12px;
   font-weight: normal;
   color: #000000;
}

td {
   font-family: Arial;
   font-size: 12px;
   font-weight: normal;
   color: #000000;
}

li {
   font-family: Arial;
   font-size: 12px;
   font-weight: normal;
   color: #000000;
}

#navlist ul 
{
   width: 160px;
   font-family: Arial; 
   font-size: 11px; 
   padding: 0px 0px 0px 0px; 
   margin-left: 8px; 
   margin-top: 0;
   margin-bottom: 0;
   margin-right: 0;
}
#navlist li {
   width: 150px;
   height: 20px;
   border: 1px solid #FFFFFF;
   list-style: none;
   margin: 8px 0px 8px 0px;
}
#navlist a:link, #navlist a:visited {
   display: block;
   height: 20px;
   font-family: Arial; 
   font-size: 11px;
   font-weight: bold;
   background-color: #B8D664;
   color: #006699;
   text-decoration: none; 
   padding: 3px 0px 2px 4px;
}

#navlist a:hover, #navlist a:active {
   display: block;
   height: 20px;
   font-family: Arial; 
   font-size: 11px;
   font-weight: bold;
   background-color: #787D80;
   color: #FFFFFF;
   text-decoration: none;
   padding: 3px 0px 2px 4px;
}