
BODY {
	background-color : #500F11;
	color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : BOLD;
	font-size : 70%;
	letter-spacing : .5px;	
	margin-left : 0%;
	margin-right : 0%;
}

A:LINK, A:VISITED {
	color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : BOLD;
	text-decoration : underline;
	font-size : 80%;
	letter-spacing : .5px;	
	
}

A:HOVER {
	background-color : #500F11;
	font-weight : BOLDER;
	color : #0CFF1D;
	font-size : 75%;
	letter-spacing : .5px;	
	text-decoration : underline;

}


H3 {
	color : #ffffff;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : BOLD;
	font-size : 75%;
	letter-spacing : .5px;	
	margin-left : 10%;
	margin-right : 3%;
}

H4 {
	color : #ffffff;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 115%;
	margin-left : -5%;
	margin-top : 1.5em;
}

H5 {
	color : #ffffff;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : 900;
	margin-top : 1.5em;
}

H6 {
	color : #ffffff;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 85%;
	font-weight : 800;
	margin-bottom : -0.8em;
}


