h1 {
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
	color: #981818;
}
h2 {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
p {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
body {
	background-image: url();
	background-color: #3C0000;
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
}
body,td,th {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
a:link {
	color: #CC0000;
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	text-transform: none;
}
a:hover {
	color: #9D2327;
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	text-transform: none;
	text-decoration: underline;
}
a:visited {
	color: #9D2327;
	font-family: "Century Gothic";
	font-size: 14px;
	text-decoration: underline;
	font-style: normal;
	font-weight: 700;
	background-color: #F2F3C7;