body {
	background-color: #7C3C1C;
	border-left: 7px solid #AC9E7D;

}
a:link.enterLink {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

a:hover.enterLink {
	font-size: 12px;
	color: #AC9E7D;
	text-decoration: none;
}

a:visited.enterLink {
	font-size: 12px;
	color: #D3CDBE;
	text-decoration: none;
}
.copyrightText {
	font-size: 11px;
	color: #B2B3B2;
}