body {
	background-color: #ffffff;
	margin-left: 95px;
	background-image: url('http://www.the-gearys.com/images/wc-bg.jpg');
	background-repeat: repeat-y;*/
}
h2 {
	font-size: 250%;
	color: #ffffff;
	background-color: #571F10;
	padding-top: 10px;
	padding-bottom: 10px;
}
a:link {
	color: #A22E15;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #AC712D;
	text-decoration : none;
	font-weight: bold;
}
a:hover {
	color : #AC712D;
	text-decoration : underline;
	font-weight: bold;
}
a:active {
	color : #D77A7A;
	text-decoration : none;
	font-weight: bold;
}
