body {
	background-color: e1eccc;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/home_background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
}
p,td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6699CC;
	text-decoration: none;
	font-style: normal;
}
a {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: 336633;
}
.footer {
	font-size: 12px;
	color: #6699CC;
	border-top: none #6699CC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.footer a {
	color: #336633;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footer a:hover{
	text-decoration: underline; 
	color: #6699CC;
}
