body {
	margin-top: 0px;
	background-color: #003366;
	background-image:  url(images/nav/stars_bkg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	border-top-style: dotted;
	border-top-color: #996600;
	border-top-width: thin;
	padding-top: 6px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	margin-right: 20px;
	margin-left: 20px;
}
a:link {
	color: #996600;
	text-decoration: underline;
}
a:visited {
	color: #003399;
}
a:hover {
	text-decoration: none;
}