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

body,td,th {
	color: #FF0000;
}
body {
	background-color: #000000;
}
a:link {
	color: #ceaa61;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 36px;
	color: #ceaa61;
}
h2 {
	font-size: 24px;
	color: #FF0000;
}
h3 {
	font-size: 18px;
	color: #FF0000;
}
.style2 {
	font-size: xx-large
}
