body {
	background-color: #F2F4CC;
	background-repeat: no-repeat;
	background-position: 150px 70px;
	background-attachment: fixed;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #35342a;
	text-decoration: none;
	text-align: left;
	padding-top: 50px;
	padding-left: 50px;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	background-color: #FF6600;
	color: #D8FFE9;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
