Body{
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	color:#ffffff;
}
H1{
	color: #008000;
	font-size:12pt;
}
H2{
	font-size:10pt;
	color: #ffffff;
}
.top{
	border:2px solid #008000;
}
.header{
	border:1px solid #008000;
}
.menu {

	background-attachment: fixed;
	background-repeat: repeat-y;
	border:1px solid #008000; background-position-y:50%
}
.menu a:link, .menu a:active, .menu a:visited{
	color:#008000;
	text-decoration:none;
	font-size:12pt;
	font-weight:bold;
}
.menu a:hover{
	text-decoration: underline overline;
	color: #115F12;
	background-color: #90EE90;
}
a:link, a:active, a:visited{
	color:#ffffff;
	text-decoration:none;
}
a:hover{
	color: #90EE90;
	text-decoration:none;
}
.foot{
	background-color: #008000;
	}
.foot a:link, .foot a:active, .foot a:visited{
	font-size:10pt;
	color:#ffffff;
	text-decoration:none;
	}

.foot a:hover{
	color:#90EE90;
}