body {
	background-attachment: fixed;
	background-color: #7CA1A4;
	background-image: url(Images/Website/background1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: 900;
	font-variant: normal;
	color: #FFFFFF;
	text-transform: none;








}
a:link {
	color: #0F7191;
	text-decoration: underline;

}
a:visited {
	color: #0B536A;
	text-decoration: underline;

}
a:hover {
	color: #E3F8F9;

}
a:active {
	color: #E3F8F9;

}
