.head1 { color: #800000; font-size: 23pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; }
a:visited {
	color: maroon;
}

a:hover {
	color: #CC9933;
}
a:link {
	color: maroon;
	text-decoration: underline;
}
a:active {
	color: #CC9933;
}

