h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #FF3333;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: italic;
	color: #990033;
}
hr {
	color: #330066;
	width: 75%;
}
a:link {
	color: #990033;
	font-weight: bold;
	text-decoration: none;

}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #990033;
	text-decoration: underline;
}
.intro {
	font-size: 14pt;
	color: #333366;
	background-color: #CCCC99;
	text-indent: 25px;
	border: 2px dotted #000033;
}
