.body {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CC33FF;
}
.headline {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC33FF;
}
.subheadline {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #CC66FF;
}
a:link {
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #006600;
}
a:visited {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #006600;
	text-decoration: none;
}

a:link:hover{
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #006600;
}
a:visited:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
