/* CSS Document */

body {
	background-color: #000000;
	margin-top: 30px;
}
body,td,th {
	color: #E3ECFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #C5D6EB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C5D6EB;
}
a:hover {
	text-decoration: underline;
	color: #0088FF;
}
a:active {
	text-decoration: none;
	color: #C5D6EB;
}
table {
	background-color:#E3ECFF;
}
td {
	background-color:#00091e;
}
.new {
	color: #FF0000;
}
