body {
	background-attachment: scroll;
	background-color: #F7DFBD;
	background-image: url(Background.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
table {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;

}
a:visited {
	color: #000000;
	text-decoration: none;

}
a:hover {
	color: #8A8879;
	text-decoration: none;

}
a:active {
	color: #000000;
	text-decoration: none;

}

