	body {
	background-color:#E3FE77;
	background-attachment: not-fixed;
	background-image:url('img/bg.png');
	background-repeat: repeat-x;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-color:#FFFFFF 
	font-weight: bold; 
	font-size:12px
	}
	a:link {
		color: #5E840F;
		text-decoration: none;
	}
	a:visited {
		color: #5E840F;
		text-decoration: none;
	}
	a:hover {
		color: #D9F66B;
		text-decoration: none;
	}