h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-style: italic;
	border: none;
}
hr {
	color: #990000;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;	
}
a:link {
	background-color: White;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	background-color: White;
	color: #990000;	
	text-decoration: none;
	font-weight: bold;
}
a:active {
	background-color: #990000;
	color: White;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	background-color: #990000;
	color: White;
	text-decoration: none;
	font-weight: bold;
}

