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

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #000;
}
a:link { color: white; text-decoration: none; }
a:visited { color: #ccc; }
a:hover { color: white; text-decoration: underline; }
a:active { }
.selected { font-size: 14px; }
