/* hawghunt.css */
h1 {
	color:blue;
	font-size:25;
	text-align:center;
}
h2 {
	color:blue;
	font-size:20;
	text-align:center;
}
h2.left {
	color:blue;
	font-size:20;
	text-align:left;
}
body {
  	margin-top:0px;
	margin-left:1em;
	margin-right:0em;
	background:white;
	color:#000000;
	font-family:"times new roman","serif";
	font-size:12pt;
	font-weight:500;
}
blockquote {
	font-style:italic;
}
div.quote {
	float:right;
}
#upperright{
	position:absolute;
	left:700px;
	top:50px;
	width:100px; 
	height:50px;
	font-weight:bold;
	font-style:italic;
}