.typography h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ac1515;
}

.typography h2, h3 {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: url(../images/img3.gif) repeat-x left bottom;
	text-transform: lowercase;
	letter-spacing: -1px;

}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ac1515;
}

h2, h3 {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: url(../images/img3.gif) repeat-x left bottom;
	text-transform: lowercase;
	letter-spacing: -1px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 17px;
}

a {
	color: #3591de;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.current {
	text-decoration: underline;
}

.section {
	text-decoration: underline;
}

strong {
	color: #ffffff;
}