body {
margin-top:	20px;
background-color:  #946F3A;
}

p {
	font-family: Helvetica;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
	text-decoration: none;
}

h1 {
	font-family: Helvetica;
	font-size: 22px;
	line-height: 20px;
	color: #AFBD21;
	text-decoration: none;
}

h2 {
	font-family: Helvetica;
	font-size: 16px;
	line-height: 16px;
	color: #7F5619;
	text-decoration: none;
}

.footer {
	font-family: Helvetica;
	font-size: 16px;
	color: #FFFFFF;
}


a:link {
	color: #AFBD21;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #AFBD21;
	text-decoration: none;
}


a.footer:link {
	color: #ffffff;
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
}
a.footer:visited {
	color: #ffffff;
	text-decoration: none;
}


