@charset "utf-8";

body {
	background-color: #990000;
}
a {
	font-size: 9pt;
	color: #999999;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #000000;
}
body,td,th {
	font-size: 9pt;
	color: #000000;
}

