body {
  margin: 0;
  padding: 0;
}

.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000080;
	font-weight: bold;
}
.navbar a:link {
	text-decoration: none;
	color: #666666;
}
.navbar a:visited {
	color: #666666;
	text-decoration: none;
}
.navbar a:hover {
	color: #000080;
	text-decoration: none;
	font-weight: bold;
}
.navbar a:active {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.subheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000080;
	font-weight: bold;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bodytext a:link {
	text-decoration: none;
	color: #000080;
}
.bodytext a:visited {
	text-decoration: none;
	color: #000080;
}
.bodytext a:hover {
	text-decoration: underline;
	color: #0000FF;
}
.bodytext a:active {
	text-decoration: none;
	color: #CC0000;
}
.copyright {
	font-size: 10px; 
	color: #666666; 
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.copyright A:link {
	color: #003399; 
	text-decoration: none
}
.copyright A:visited {
	color: #003399; 
	text-decoration: none
}
.copyright A:hover {
	color: #6699FF; 
	text-decoration: underline
}
.copyright A:active {
	color: #999999; 
	text-decoration: underline
}
