.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: small;
	color: navy;
	navy: none;
	text-decoration: none;	
}
A:visited{
	font-family: arial;
	font-size: small;
	color: navy;
	text-decoration: none;	
}
A:active{
	font-family: arial;
	font-size: small;
	color: navy;
	text-decoration: none;	
}
body{
	font-family: arial;
	font-size: small;
	color: navy;
	background: white;
}

.navStrip
{
	font-family: arial;
	font-size: small;
	color: white;
}

ul
{
	font-family: arial;
	font-size: smaller;
	color: navy;
	background: white;
}

.newslist
{
	font-family: arial;
	font-size: small;
	color: navy;
	background: white;
}