a:link {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 1px;
	color: Blue;
	text-decoration: none;
	}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	background-color: #9E9E9E;
	margin: 1px;
	text-decoration: none;
	}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 1px;
	color: #3D3D3D;
	text-decoration: none;
	}
a:active {
	font-family: "Times New Roman", Times, serif;
	background-color: Silver;
	color: Black;
	margin: 1px;
}
.content {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	background-color: none;
	color: Black;
	margin: 1px;
}
.navigation {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	background-color: #E1E1E1;
	color: Black;
	margin: 0px;
	font-size: 12px;
}
.navigation-footer {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #00C0FF;
	color: Blue;
	margin: 0px;
	font-size: 12px;
	}
.maincontent {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	background-color: none;
	color: Black;
	margin: 1px;
	font-size:22px;
	}
.headercontent {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: none;
	color: Black;
	margin: 1px;
	font-size: 25px;
}
.menu {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: none;
	color: Blue;
	margin: 1px;
	font-size: 17px;
}