html, body {
	background-color: #148908;
	font-family:verdana,arial,sans serif;
	font-size:12px;
	margin-left:0;
	margin-right:0;
	margin-top:2px;
	margin-bottom:5px;
	width:100%;
	height:100%;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #9B2911;
}
a:hover {
	text-decoration: underline;
	color: #9B2911;
}
h2 {
	color: #663300;
	font-size:18px;
	font-weight: bold
}
h3 {
	color: #663300;
	font-size:16px;
	font-weight: bold
}
.greytext {
	color:#BBBBBB;
}
a:link.greytext, a:visited.greytext {
	color:#BBBBBB;
	text-decoration: underline;
}