a:active {
	text-decoration: none;
	color: #CCC;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
body {
	background-color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	color: #CCC;
	text-align: left;
}
.headline {
	font-size: 12pt;
	font-weight: bold;
}
