@charset "utf-8";
/* CSS Document */

.Bodycontent {
	height: 900px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	align: center;
	background-image: url(Images/BackgroundImage.png);
	background-repeat:no-repeat;
}

a.nav:link {
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #ffffff;
	font-size:15px;
}
a.nav:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	color: #ffffff;
}
a.nav:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	color:#4a999e;
	}
a.nav:active {
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: none;
}

.OnLink {
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	color:#4a999e;
	}

a.links:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
a.links:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
}
a.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#4a999e;
	}
a.links:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}