h1 {
	color: #3E527B;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: -1px;
}
h2 {
	color: #8B008B;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	text-align: right;
}
a,  a:link {
	color: #6982B5;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #196ECC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #46526A;
	text-decoration: underline;
}
a:focus {
	color: #13399D;
}
a:active {
	color: #13399D;
}
