body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
}
a {
	text-decoration: none;
	color: #003399;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000066;
	border-top-width: 1px;
	border-right-width: 50px;
	border-bottom-width: 1px;
	border-left-width: 50px;
	border-top-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-right: 10px;
	padding-left: 10px;
}
li {
	list-style-position: outside;
	list-style-image: none;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 50px;
}
a:hover {
	color: #FFFFCC;
	font-weight: normal;
	text-decoration: none;
	background-color: #000066;
}
a:active {
	text-decoration: none;
	color: #003399;
}
a:link {
	color: #003399;
	text-decoration: none;
}
ul {
	padding-left: 25px;
}
div {
	padding-top: 6px;
}
p {
	padding-left: 50px;
}
