.heading {
	font-size: x-small;
	font-weight: bold;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #003366;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000033;
	text-transform: none;
	text-align: justify;
}
.copyrightline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #003366;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #000033;
	text-decoration: underline;
}
a:active {
	color: #000099;
	text-decoration: none;
}
.footermenutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000033;
	text-transform: none;
	text-align: center;
}
.padding {
	padding: 20px;
}
