@charset "utf-8";
.recip {

}

.recip a:link {
	color: #FFFFFF;
}
.recip a:visited {
	color: #FFFFFF;
}
.recip a:hover {
	background-color: #FF0000;
}
a:link {
	color: #003300;
}
a:visited {
	color: #003300;
}
a:hover {
	color: #FF0000;
}
.thrColFixHdr #footer {
	background-color: #003300;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #footer 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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#hh {
	background-color: #FF0000;
	width: 555px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	color: #FFFF00;
}

