.MainHeader {
	font-family: arial;
	font-size: xx-large;
	font-weight: bold;
	color: white;
	background-color: #0a5c57;
}
.SubHeader {
	font-family: arial;
	font-size: small;
	background-color: teal;	
	color: white;
}
.Title {
	font-family: arial;
	font-size: xx-large;
	font-weight: bold;
	color: teal;
	background-color: white;
}
.Menu{
	font-family: arial;
	font-size: small;
	color: white;
	background-color: #0a5c57;
}
A:link{
	font-family: arial;
	font-size: x-small;
	color: white;
	text-decoration: none;
}
A:visited{
	font-family: arial;
	font-size: x-small;
	color: white;
	text-decoration: none;	
}
A:active{
	font-family: arial;
	font-size: x-small;
	color: white;
	text-decoration: none;	
}
body{
	font-family: arial;
	font-size: small;
	color: black;
	background: navy;
}

.navStrip
{
	font-family: arial;
	font-size: small;
	color: white;
}

