h1 {
	font-size: 2.5em;
	margin-bottom: 10px;
}
h2 {
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: normal;
	color: #09f;
}
h3 {
	margin-bottom: 10px;
	font-size: 1.167em;
	color: #666;
}
p {
	line-height: 1.25em;
	margin-bottom: 15px;
}
p.intro {
	font-size: 1.5em;
	color: #666;
}
a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none !important;
	background-image: none !important;
	background: #e4e4e4 !important;
	color: Black !important;
}
a:focus {
	background-image: none !important;
	background: #e4e4e4 !important;
	color: Black !important;
}