a:link {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: bold;
	color: #CC3399;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;


}
a:visited {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: bold;
	color: #cc3399;
	text-decoration: none;
}
a:hover {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: bold;
	color: #990099;
	text-decoration: underline;
	background-color: #FFFFFF;

}
a:active {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: bold;
	color: cc3399;
	text-decoration: none;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

