HTML, BODY, TABLE {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #000;
}
BODY {
	background-color: #edfec5;
	margin: 5px;
	text-align: center;
}

H1 {
	padding: 0px;
	margin: 0px;
	font-size: 12pt;
	color: #000;
}
a {
	color: #000;
	font-weight: Normal;
	font-size: 11px;
	text-decoration: underline;
}
a:hover {
	color: #000;
	font-weight: Normal;
	font-size: 11px;
	text-decoration: none;
}