@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Courier New, Courier, monospace;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.style1 {
	font-size: 12px
}
.style2 {
	font-size: 18px
}

