.body {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.pagetitle {
	font-family: Arial;
	font-size: 18px;
	font-weight: bolder;
	color: #CC0000;
}
a:link {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.credits {
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}

