@charset "iso-8859-2";
/* CSS Document */

<!--
body,td,th {
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body {
	background-color: #000;
}
a {
	font-size: 12px;
	color: #999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #999;
}
-->