@charset "utf-8";
/* CSS Document */

.headline {
	color: #BB6600;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a:link {
	text-decoration: none;
	color: #BB6600;
}
a:visited {
	text-decoration: none;
	color: #BB6600;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #BB6600;
}
