@charset "utf-8";
body {
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;

}

	a:link {
	text-decoration:underline;
	color:#B3B6C8;

	}
	a:hover {
	text-decoration:underline;
	color:#74C83F;
	}
	a:visited {
	text-decoration:none;
	color:#B3B6C8;
	}
	a:visited:hover {
	text-decoration:underline;
	color:#74C83F;

	}
	
	.ftr:link {
		text-decoration:underline;
		color:#8b7654;

	}
	.ftr:hover {
		color:#40da91;
	}
	.ftr:visited {
		text-decoration:underline;
	color:#8b7654;
	}
	.ftr:visited:hover {
		text-decoration:underline;
		color:#40da91;

	}
