h1 {text-align: center; color: red; font-family: Arial,sans-serif;}
h2 {text-align: left; color: blue; font-family: Arial, sans-serif;}
h3 {text-align: left; color: red; font-family: Arial, sans-serif;}
hr {text-align: center; width: 6 size=30% noshade; font-family: Arial, sans-serif;}
P {color: black; font-family: Arial, sans-serif;}
table {color: black; font-family: Arial, sans-serif;}

A:HOVER {
	text-decoration: none;
	color: #FF0000;
	font-weight: normal;
	font-size: normal;
	}

A:VISITED {
	text-decoration: none;
	font-weight: normal;
	}

A:LINK {
	text-decoration: none;
	color: blue;
	font-weight: normal;
	}
