BODY {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	background: #FFFFFF;
}

H1, H2, H3, H4 {
	color: #660000;
	background: inherit;
}

BODY a:link {
	color: #990000;
	background: inherit;
}

BODY a:visited {
	color: #660000;
	background: inherit;
}

BODY a:hover {
	color: #666666;
	background: inherit;
}

BODY a:active {
	color: #333333;
	background: inherit;
}