body {
	background-color: #686868;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.whiteheadline {
    font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	background-color: #333333;
	padding: 3;
}
a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
