@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	border: #FF0000;
}

body, td, th {
	color: #FFFFFF;
	font-size: 16px
}a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}