@charset "UTF-8";

a {
	color:#663300;
	text-decoration: none;
}

a:hover {
	color:#030;
	text-decoration:underline;
}

#footer a {
	color: #847B5B;
	text-decoration: underline;
}

#footer a:hover {
	color: #f2e6b0;
}



#footer a {
	color: #847B5B;
	text-decoration: underline;
}

#footer a:hover {
	color: #f2e6b0;
}


h4 {padding: 10px;}

p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

