H1 {
	font-size: large;
	color : Red;
	font-family : Arial, Helvetica, sans-serif;
}
 BODY, TD, H2, H3, H4, H5, H6 {
	
	font-family: Arial, Helvetica, sans-serif
}

LI {
	font-family : Arial, Helvetica, sans-serif;
	font-size : larger;
	
}


A {
	color: Blue;
	text-decoration: none;
}

A:VISITED {
	color: Navy;
	text-decoration: none;
}


A:HOVER {
	color: Red;
	text-decoration: underline;
}

