h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	color: #00CCFF;
}
p {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #3333FF;
}
dt {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #993399;
}
dd {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #00CC00;
	background-color: #CCFF99;
}
.bolded {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #33CCCC;
}
a:link {
	color: #FF9966;
	text-decoration: none;
}
a:hover {
	color: #00CC66;
	background-color: #99CCFF;
	text-decoration: none;
}
a:visited {
	color: #CC3366;
	text-decoration: none;
}
table {
	color: #000000;
	background-color: #00FFCC;
}
