body { background-color: palegoldenrod; 
       margin: 0px; 
       padding: 0px; 
       font-size: 10pt; 
       color: black;
       font-family: "Arial", "Tahoma"; }
.topBar { background-color: darkgreen; }
.bottumBar { background-color: darkgreen; }
a:link { color: maroon; font-weight: bold; }
a:visited { color: maroon; font-weight: bold; }
a:active { color: maroon; font-weight: bold; }
a:hover { color:  darkgreen; font-weight: bold; font-style: italic;}
table { border: solid 1px black; 
        border: outset 0px; 
        border: inset 0px; 
        border-spacing: 0px; 
        border-collapse: collapse; }
.head1 { background-color: olive;
         border: solid black 2px; 
         color: white;
         font-size: 14pt; }
td.menu { border: solid black 1px; padding: 2px; }
.theading { border: solid 1px black;
            background-color: rgb(128,128,0);
            font-size: 10pt;
            color: white;
            font-weight: bold; }
.list1 { border: solid 1px white; 
         background-color: rgb(220, 200, 160);
         color: darkred;
         font-size: 10pt; }
.list2 { border: solid 1px white; 
         background-color: rgb(190, 165, 85);
         color: black;
         font-size: 10pt; }
.header1 { border: solid 2px black; 
           background-color: rgb(90, 80, 15) ;
           color: white;
           font-size: 14pt;
           font-weight: bold; }
.n { font-size: 10pt; }
.topic { background-color: darkkhaki; font-weight: bold; border: solid black 1px; }

.menuNormal { color: white;
              font-size: 10pt;
              background-color: darkgreen;              
              padding-left: 2px;
              font-weight: normal;
            }
.menuHover {
						color: gold;
            font-size: 10pt;
            background-color: maroon;              
            padding-left: 3px;
            font-style: italic;
            font-weight: bold;
           }
