h1 {
	color:#dc3632;
	font-size: 16px;
	font-weight: bold;
	margin-top: 11px;
	margin-bottom: 11px;
}

h2 {
	color:#555555;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 11px;
}

/* Links */

a:link {
	color: #dc3632;
	text-decoration: none;
}

a:visited {
	color: #dc3632;
	text-decoration: none;

}
a:hover {
	color: #555555;
	text-decoration: underline;
}

a:active {
	color: #dc3632;
	text-decoration: none;
}