h3 {
	font-size: 24px;
	font-weight: bold;
	color: #FF00FF;
}
p {
	font-size: 14px;
	color: #3300CC;
}
dt {
	color: #3399FF;
}
dd {
	color: #FF0000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ol {
	color: #6633FF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	list-style-image: url(images/buttonDn.html);
	list-style-position: outside;
}
.bolded {
	font-weight: bold;
	color: #993333;
}
a:link {
	font-weight: 300;
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	font-weight: 300;
	color: #66CC66;
	text-decoration: none;
	background-color: #FFFF99;
}
a:visited {
	font-weight: 300;
	color: #6666FF;
	text-decoration: none;
}
a:active {
	color: #0033FF;
}
