body,td,th {
	font-size: 14px;
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
}
body {
	background-color: #000;
	text-align: center;
	font-weight: bold;
}
a {
	font-size: 14px;
	color: #0096ff;
}
a:link {
	text-decoration: none;
	color: #0096ff;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #0096ff;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #0F0;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #0096ff;
	font-weight: bold;
}
