/* STANDARD TEXT FORMATTING */
font {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #FFFFFF;
	text-align: justify;
}
b {
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
h1 {
	font-family: "Century Gothic";
	font-size: 18px;
	font-variant: small-caps;
	color: #FF0000;
	letter-spacing: 6px;
	text-indent: 40px;
}
h2 {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: justify;
	letter-spacing: 2px;
}



/* NAVIGATION BAR LINKS */
a.navigation:link {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 10px;
	text-decoration: none;
}
a.navigation:visited {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 10px;
	text-decoration: none;
}

a.navigation:hover {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 10px;
	text-decoration: underline;
}

a.navigation:active {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 10px;
	text-decoration: none;
}

/* CONTENT LINKS */
a.content:link {
    color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 10px;
	text-decoration: underline;
}

a.content:visited {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 10px;
	text-decoration: underline;
}

a.content:hover {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 10px;
	text-decoration: none;
	background-color: #0108FF;	
}

a.content:active {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 10px;
	text-decoration: underline;
}

