@charset "utf-8";
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
	font: 12px;
}
body {
	background-color: #333;
}
a {
	font-size: 14px;
	color: #F00;
}
a:link {
	text-decoration: none;
	color: #CCC;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #D90504;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
h1 {
	font-size: 16px;
	color: #CCC;
}
h2 {
	font-size: 12px;
	color: #CCC;
}
h3 {
	font-size: 10px;
	color: #CCC;
}
h4 {
	font-size: 9px;
	color: #CCC;
}

