.nav {	
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: #891A1C;	
	margin: 0px;
}
a {
	color: #891A1C; 
	font-size: 16px;
	font-weight: bold;
	padding: 0px 1px;
	text-decoration: none;
}
a.active {
	color: #891A1C; 
	font-size: 16px;
	font-weight: bold;
	padding: 0px 1px;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	background: #CF9212;
	text-decoration: underline;
}
a.active:hover {
	color: #fff;
	background: #CF9212;
	text-decoration: none;
}
h1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 891A1C;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 7E712D;
}
#services, #services td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 7e712d;
}