@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin-left: 5px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
}
a {
	font-size: 12px;
	color: #009933;
}
a:link {
	text-decoration: underline;
	color: #00FF00;
}
a:visited {
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: underline;
}

