BODY {
	background
	color : White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style : normal;
	font-weight : normal;

}

H1 {
	font-size: 36px;
	color: AF3934;
}

H2 {
	font-size: 24px;
	color: AF3934;
}

H3 {
	font-size: 18px;
	color: AF3934;
}

H4 {
	font-size: 16px;
}

H5 {
	font-size: 9px;
}

A:ACTIVE {
    color: red;
	background : Transparent;
}

A:hover {
	color: red;
	background : #FEFFAF;
	text-decoration: underline;
}


