@charset "UTF-8";
/* CSS Document */

a:link {
	color: #e96d1f;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
}
a:active {
	color: #e96d1f;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #e96d1f;
}
