
A:LINK {
	color: white; 
	text-decoration : none;
	font-weight : normal;
	}
	
A:VISITED {
	color: white; 
	text-decoration : none;
	font-weight : normal;
	}
	
A:HOVER {
	color: DCDCDF; 
	text-decoration : none;
	font-weight : normal;
	}
	
A:ACTIVE {
	color: F8F6AC; 
	text-decoration : none;
	font-weight : normal;
	}





BODY {
	font-family: arial;
	font-size : medium;
	color : Black;
}H1 {
	color : black;
	font-weight : normal;
	font-family : arial;
}




H2 {
	color: Green;
	font-weight : bold;
	font-family : arial;
}

H3 {
	color: #FF8C00;
	font-weight : bold;
	font-family : arial;
}
H4, H5, H6 {
	font-family: arial;
	color: Red;
	font-weight : bold;
	}