@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #000;
	margin-top: 20px;
}
a:link {
	color: #37c3e2;
	text-decoration: none;
}
a:visited {
	color: #37c3e2;
	text-decoration: none;
}
a:hover {
	color: #c4d92e;
	text-decoration: underline;
}
a:active {
	color: #37c3e2;
	text-decoration: none;
}

