@charset "utf-8";
/* CSS Document */
body, html {
	background: black;

	color: white;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
}

a {
	color: #FFBD00;
	text-decoration: none;
}

a:hover {
	color: #445775;
}