@charset "UTF-8";

h3 a, h3 a:visited, h3 a:link {
	background-color: #004990;
	border-style: solid;
	border-width: 2px;
	color: #AFEF3F;
	font-family: Impact, 'Lucida Sans Unicode';
	font-size: 1.3em;
	font-weight: normal;
	padding: 5px;
	text-decoration: none;
}

h3 a:hover, h3 a:active {
	background-color: #2D9DD7;
}

