@charset "utf-8";
body {
	font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	;
}
#headline {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
a:link, a:visited, a:active {
	font-size: 12px;
	color: #93B6DE;
	text-decoration: none;
}
a:hover {
	padding: 3px;
	border: 1px solid #93B6DE;
}

