p {
	font-family: Arial;
	font-size: x-small;
	color: #000033;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #993333;
	text-decoration: underline;
}
h3 {
	font-family: Arial;
	font-size: small;
	color: #990000;
}
h4 {
	font-family: Arial;
	font-size: small;
	color: #000033;
}
hr {
	color: #993333;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
a:visited {
	color: #000066;
}
a:link {
	color: #0000FF;
}

