body {
	background-color: #dddfda;
	background-image:url(images/mainbg.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	background-attachment:fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3e3f3c;
	}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3e3f3c;
}
a:link {
	color: #3e3f3c;
	text-decoration: underline;
	}
	
a:visited {
	color: #3e3f3c;
	text-decoration:underline;
	}
	
a:hover, a:active {
	color: #545454;
	text-decoration: none;
	}
