d@charset "UTF-8";
body,td,th {
	font-family: Lucida Console, Monaco, monospace;
	color: #CCC;
}
body {
	background-color: #000;
}
a {
	font-size: 14px;
	color: #666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #900;
}
