body 
{ 
  background-color : #FFCC66;
  color : black;
  font-size : 18px;
  font-family : Garamond;
  margin-left : 32px;
  margin-right : 32px;
  margin-top : 16px;
}
 
 td.error {background : orangered; color : black; text-align: center; }
 div.error {background : orangered; color : black; text-align: center; }
 td.warning {background : orange; color : black; text-align: center;}
 div.warning {background : orange; color : black; text-align: center; }
 td.good {background : lightgreen; color : black;text-align: center; }
 div.good {background : lightgreen; color : black; text-align: center; }
 td.normal {text-align: center;}

 a {text-decoration : none; font-weight: bold}
 a:link {color: darkblue }
 a:visited {color: darkblue}
 a:hover
 {
   text-decoration: underline;
   background-color: orange;
 }

#menuBar
{
//  background : white;
  border-bottom : #999;
  border-left : #999;
  border-width= 0 0 thin thin;
  border-style= none none groove groove;
  display  : block;
  float : left;
  margin: 0 0 0 10px;
  padding : 10px 10px 10px 10px;
  line-height: 0.2em;
  
}
.toolbar li
{
  display:inline;
  float : left;

Text-align: center;
  background-color:lightgrey;
  border:3.5px solid;
  border-color:#f3f3f3 #bbb #bbb #f3f3f3;
  margin:2.5;
  padding:0em;
  zoom: 1;
  font-size : 14px;
  font-family : Garamond;
}
.toolbar li a#current 
{
  text-decoration : none;
  border-bottom: 1px solid #FFC;
  background-color: #ffffcc;
  cursor : default;
}
div.copyright
{
  color : grey;
  font-size : 12px;
  font-family : Garamond;
  font-style: italic;
}

/* normal settings */

body {
  background-color : #FFCC66;
  color : black;


}
h1 {
        color: #990000;
	background-color: #FC9804;
        text-align : center;
}
h3 {
	color: #990000;
	background-color: #FC9804;
}

td {
	color: #990000;
	background-color: #FC9804;
}


th { 
font-family: "Times New Roman"; 
font-weight: bold; 
Text-align="center"; 
color: #FC9804;
background-color="#990000"; 

font-size=14pt; 
} 





/* next used at Christmas time 

body {
	background-color: #008080;
	background-image: url('images/xmas/snowflakes.jpg');
	background-repeat: repeat

}
h1 {
	color: #990000;
	background-color: #ffffff;
}
h3 {
	color: #990000;
	background-color: #ffffff;
}

td {
	color: #990000;
	background-color: #ffffff;
}


*/
