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

body {
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10px;
}

h1 { font-size: 14px; font-weight: bold; }
h2 { font-size: 12px; font-weight: bold; margin-bottom: 0px; }

a:link { color: #EE3224; }
a:hover { color: #C1D82F; }
a:visited { color: #EE3224; }
