.caption {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
}
a:link {
	color: #000099;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #CC3300;
	border: 1px dotted #FF0000;
}
h1 {
	font-size: 18px;
	color: #330000;
}
h2 {
	font-size: 16px;
	color: #330000;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.note {
	font-size: 12px;
}
.important {
	font-family: "Arial Black", Arial, sans-serif;
	color: #FF0000;
	padding: 6px;
}
