body {
	margin: 5px auto;
	font-family: Verdana;
	font-size: 12pt;
}

a:link {
	color: #2E5B89;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: purple;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #6699CC;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	color: black;
	font-size: 18pt;
	font-weight: normal;
	font-family: Verdana;
	padding: 5px;
}

h2 {
	color: black;
	font-size: 14pt;
	font-weight: normal;
	font-family: Verdana;
	padding: 5px;
}

h3 {
	color: #2E5B89;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana;
	padding: 5px;
}

p {
	color: black;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: normal;
	padding: 10px;
}

li {
	color: black;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: normal;
}