@charset "utf-8";
.Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: ##622D29;
	background-repeat: repeat;
	background-position: center center;
	text-transform: capitalize;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	
	}


.a:hover  {
	color: #993300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	font-weight: bold;
	text-decoration: underline;
}
