body {
   background: #FFFFFF;
   color: black;
   font-family: Verdana, Arial, serif;
   margin: 0px;
   scrollbar-base-color: #; 
   scrollbar-face-color: #; 
   scrollbar-track-color: #; 
   scrollbar-arrow-color: #;
   scrollbar-highlight-color: #; 
   scrollbar-3dlight-color: #; 
   scrollbar-shadow-color: #;
}





a:active {
   color: #FFCC00;
}

a:visited {
   color: #006448;
}

a:hover {
   color:#006000;
   text-decoration:underline;
}

.topright {
   color: black;
   background: #BBBBBB;   
   font-weight: bold;
   
}

.topMiddle {
   color: white;
   background: #FFFFFF;
   font-weight: bold;
   
}

.topLeft {
   color: black;
   background: #BBBBBB;  
   font-weight: bold;
 }
 
.navigation {
   color: white;
   background: #BBBBBB;
   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: black;
   background:  #BBBBBB;
   font-family: Verdana, Arial, serif;
   font-size: 80%;
   font-weight:normal;
}

 
.bottomBarTop {
   background: #FFFFFF;
   font-weight: bold;
   font-size: 20pt
}

.bottomBarBottom {
   background: #AAAAAA;
   font-size: 88%;
  
}