html, body {
	color: #000;
	background: #fff;
	font-family: Arial;
	font-size: 10pt;
}
div.show  {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	color: black;
}	
.greet {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	color: #006633;
}
.mainlinks {
	color: #fff;
}
.mainlinks a {
	color: #fff !important;
}
.mainlinks a:hover {
	color: #fff !important;
}

a, a:link, a:active, a:visited {
	color: #006633;
	text-decoration: underline;
}
a:hover {
	color: #006633;
	text-decoration: none;
}