body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px;
}

h1 {
	font-size: large;
	color: #999966;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #660000;
}
h1 a {
	color: #999966;
	text-decoration: none;
}
h1 a:hover {
	color: #CC0000;
}

h2 {
	font-size: small;
	margin: 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	color: #660000;
	font-weight: normal;
}
h2 a {
	color: #660000;
	text-decoration: none;
}
h2 a:hover {
	color: #999966;
}

h3 {
	font-size: small;
	margin: 0px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	color: #660000;
	font-weight: bold;
}
h3 a {
	color: #660000;
	text-decoration: none;
}
h3 a:hover {
	color: #999966;
}

h4 {}
h4 a {}
h4 a:hover {}

h5 {}
h5 a {}
h5 a:hover {}

h6 {}
h6 a {}
h6 a:hover {}

p {
	font-size: small;
	color: #333333;
	margin: 0px 0px 15px;
	padding: 0px;
}
p a {}
p a:hover {}
