a:link {
	color: #991C34;
	text-decoration: none;
}
a:visited {
	color: #991C34;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C4DB0F;
}
a:active {
	text-decoration: none;
}

H1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #747474;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C4DB0F;
	margin-bottom: 25px;
	line-height: 30px;
	letter-spacing: -1px;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	margin-right: 40px;
	margin-left: 40px;
	color: #5B5B5B;
	text-align: justify;
	margin-top: 25px;
	line-height: 22px;
	font-weight: normal;
}
H5 {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	
}
H3 {
	color: #991C34;
	font-weight: bold;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
