body {
	background-color: #1D4F36;	
	font-size: 12px;
	color: #666666;
	margin: 5px;
	padding: 0px;
	
}
.bigTxt16 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {

	color: #CEE2C3;
	text-decoration: none;
}