body {
	font-family: "Century Gothic";
	text-decoration: underline;
	background-repeat: repeat;
	background-color: #333333;
	margin-bottom: 0px;
	margin-top: 0px;
}
p {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #999999;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
    text-decoration: none;
	color: #666666;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
