@charset "utf-8";
body {
	background-color: #3F3F3F;
}
a:link {
	text-decoration: none;
	color: #00FFFF;
}
a:visited {
	color: #00FFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.styleone {
	font-size: 24px;
	font-family: "Courier New", Courier, monospace;
	color: #00FFFF;
}
.stylefour {
	color: #00FFFF;
	font-family: "Courier New", Courier, monospace;
	padding: 5px;
}
.stylefive {
	font-size: 12px;
	color: #FF6666;
}
.tableclass {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3F3F3F;
	border-right-color: #3F3F3F;
	border-bottom-color: #3F3F3F;
	border-left-color: #3F3F3F;
	text-align: center;
}
