h1{
	font-family: Georgia, Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #F59E01;
}

h2{
	font-family: Georgia, Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #719926
}

h3{
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #006EB3;
}

p.lead{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 130%;
}

p{
	font-family: Courier, fixed;
	font-size: 12px;
	line-height: 140%;
}

li{
	font-family: Courier, fixed;
	font-size: 12px;
	line-height: 140%;
}

td{
	font-family: Courier, fixed;
	font-size: 12px;
}

th{
	font-family: Courier, fixed;
	font-weight: bold;
	font-size: 12px;
}

body{
	font-family: Courier, fixed;
	background-color: white;
}

a{
	font-weight: bold;
  text-decoration: none;
	color: black;
}

a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #444;
}

img.left{
  position: relative;
	float: left;
	margin: 4px;
}

img.right{
  position: relative;
	float: right;
	margin: 4px;
}

hr{
  height: 2px;
  border-top: solid 2px brown;
  width: 20%;
  text-align: left;
}

