a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #C06;
}
a:active {
	text-decoration: none;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	color: #EDEDED;
	font-weight: bold;
	font-size: larger;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
body {
	background-color: #000;
}


