@charset "UTF-8";


body {
	background-color: #070704;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#epoch a:link {
	color: #666666;
	text-decoration: none;
}

#epoch a:visited {
	color: #666666;
	text-decoration: none;
}

#epoch a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#epoch a:active {
	color: #666666;
	text-decoration: none;
}

#webmaster a:link {
	color: #333333;
	text-decoration: none;
}

#webmaster a:visited {
	color: #333333;
	text-decoration: none;
}

#webmaster a:hover {
	color: #999999;
	text-decoration: none;
}

#webmaster a:active {
	color: #333333;
	text-decoration: none;
}

.headline {font-size: 16px}


.notification {
	color: #CC0000
}