BODY {
	color: Black;
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

H1, H2, H3, H4, H5, H6 {
	color : red	;
}

A {
	color: Black;
	text-decoration: none;
}

A:HOVER {
	color: Red;
	text-decoration: underline;
	font-weight : normal;
}



