.Standard {
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 24px;
}
.Links {
	color: #FF0000;
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 24px;
}
.Small {	font-family: "Century Gothic";
	font-size: 10px;
	line-height: 16px;
}
.SmallLinks {	font-family: "Century Gothic";
	font-size: 10px;
	line-height: 16px;
	color: #FF0000;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #AFAFAF;
}
