h1 {
	font-size: 14px;
}
h2 {
	font-size: 14px;
	display: inline;
	font-weight: bold;
	text-indent: 10px;
	margin-left: 20px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	display: inline;
}
h5 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
h6 {
	font-size: 10px;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #990000;
}
a:active {
	color: #0099CC;
}
a.nav:link {
	color: #000099;
	font-weight: bold;
	font-style: normal;
}
a.nav:visited {
	color: #000099;
	font-style: normal;
	font-weight: bold;
}
a.nav:hover {
	color: #FFFF99;
	font-weight: bold;
	font-style: italic;
}
a.nav:active {
	color: #FF9900;
}