@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	margin-top: 20px;
}



/* left menu links */
.class1 A:link {
	text-decoration: underline;
	font-family: "Century Gothic";
	font-size: 15px;
	color: #ffffff;
}

.class1 A:visited {
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: 15px;
	color: #590000;
}

.class1 A:active {text-decoration: none
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: 15px;
	color: #ffffff;
}

.class1 A:hover {text-decoration: none
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: 15px;
	color: #590000;
}







.homepage {
	font-family: "Century Gothic";
	font-size: 15px;
	color: #ffffff;
}

.body {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #ffffff;
}

.bodybold {
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

.headers {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}







