  body {
    color: 000000; 
    background: #DDDDDD; 
    font-family: "arial, helvetica, serif"; 
    font-size: 12pt}
    
  h1 {font-size: 30pt; font-style: bold; color: maroon; font-family: Arial, Helvetica, sans-serif}
  h2 {font-size: 24pt; font-style: bold; color: 000066; font-family: Arial, Helvetica, sans-serif}
  h3 {font-size: 18pt; font-style: bold; color: 000066; font-family: Arial, Helvetica, sans-serif}

  table {color: 000000; font-family: Arial, Helvetica, sans-serif; font-size: 12pt} 
    
  ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center ;
    height: 20px;
	  }

  ul.navbar a {
	color: #000 ;
	background-color: #ffb200 ;
	border: 1px outset #b37d00 ;
	width: 180px ;
	text-decoration: none ;
	display: block ;
}
  ul.navbar a:hover {
	color: #fff ;
	background-color: #b37d00 ;
}

  ul.navbar a:visited {
	color: #ff0 ;
	background-color: #b37d00 ;
}

