body         { font-family: Verdana; body {font-size:100%}
a:link       {color: green }
a:visited    {color: green }
a:hover      {color: red;}

p  {
font-size:0.8em
}


table.navbar {
   border-collapse: collapse;
   }
table.navbar td {
 }
   
table.navbar td a{
   display: block;
   width: 150px;
   height: 22px;
   padding: 3px;
   text-decoration: none;

   
}
table.navbar td a:link, table.navbar td a:visited {
   color: white;
   background-color: #008251;
   font-family: verdana;
   font-weight: bold;
   border-bottom: 1px solid black;
   border-left: 1px solid gray;
   border-right: 1px solid gray;


}
table.navbar td a:hover, table.navbar td a:active {
   color: red;
   background-color: #82fd86;
}

table.navbartop {
   border-collapse: collapse;
   }
table.navbartop td {
 }
   
table.navbartop td a{
   display: block;
   width: 200px;
   height: 22px;
   padding: 3px;
   text-decoration: none;

   
}
table.navbartop td a:link, table.navbartop td a:visited {
   color: white;
   background-color: #008251;
   font-family: verdana;
   font-weight: bold;
   border-bottom: 1px solid black;
   border-left: 1px solid gray;
   border-right: 1px solid gray;


}
table.navbartop td a:hover, table.navbartop td a:active {
   color: red;
   background-color: #82fd86;
}