h1 {
	font-family: "Century Gothic", sans-serif;
	font-size: 24px;
	font-weight: normal;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: double;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	margin-left: 100px;
}
dl {
	margin-left: 60px;
	margin-right: 90px;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline overline;
	background-color: #CCC;
}
dt {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 4px;
}
dd {
	margin-left: 90px;
}
ol {
	margin-left: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}
li {
	padding-left: 0px;
}
hr {
	margin-top: 30px;
}
a:visited {
}
