body {
       font-family: Arial, Helvetica, sans-serif;
       background-color: #FFFFFF;
     }

a.menu {
	font-size: 16px; font-weight: bold;
	text-decoration: none;
	color: #663300; 
     }

a.menusel, a.menu:hover, a.menu:active {
	font-size: 16px; font-weight: bold;
	text-decoration: none;
	color: #006633; 
     }
     
.small {
	font-size: 12px; 
	font-weight: bold;
    font-style: normal;
}

h1 {
    color: #006633;
	background-color: transparent;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 4px 8px; 
}

h2 {
    color: #006633;
	background-color: transparent;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.green {
    color: #006633;
	background-color: #FFFF99;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
