body {
   background: #FFFFFF;
   color: black;
   font-family: Verdana, Arial, serif;
   margin: 0px;

}





a:active {
   color: #FFCC00;
}

a:visited {
   color: white;
}

a:hover {
   color:#006000;
   text-decoration:underline;
}

.topright {
   color: white;
   background: #90B088;   
   font-weight: bold;
   
}

.topMiddle {
   color: white;
   background: #FFFFFF;
   font-weight: bold;
   
}

.topLeft {
   color: white;
   background: #4F6946;  
   font-weight: bold;
 }
 
.navigation {
   color: white;
   background: #90B088;
   font-weight: bold;
   border-top: 1px groove #586F53;
   border-bottom: 1px groove #334130;
 }


.content {
   color: black;
   background: #FFFFFF;
   font-family: Verdana, Arial, serif;
   font-size: 80%;
   font-weight:normal;
}
 
.rightSideBar {
   color: white;
   background:  #90B088;
   font-family: Verdana, Arial, serif;
   font-size: 80%;
   font-weight:normal;
}

 
.bottomBarTop {
   background: #FFFFFF;
   font-weight: bold;
   font-size: 20pt
}

.bottomBarBottom {
   background: #90B088;
   font-size: 88%;
  
}