ffff/* CSS Document */

body,td,th {
	font-family: "Gill Sans", Futura, "Helvetica Neue", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #333333;
}
a:link {
	color: #FFFF00;
	text-decoration: underline;
}
a:visited {
	color: #CC9933;
	text-decoration: none;
}
a:hover {
	color: #33CC99;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.headline {
	font-size: 18px;
	font-weight: bold;
	}

.subheadline {
	font-size: 12px;
	font-weight: bold;
	}
