#page h1{
	position: relative;
	margin-top: 35px;
	padding-bottom: 10px;	
	margin-bottom: 40px;
	text-transform: uppercase;
}
#page h1:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #959595;
}
#page h1 span{
	position: relative;
}
#page h1 span:after{
	content: '';
	position: absolute;
	bottom: -10px;
	z-index: 1;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #fba809;
}

#page h3{
    font-size: 24px;
    font-weight: 600;
    color: #8d0000;
}
#page a{
	font-weight: 600;
	color: #8d0000;
}