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

body,td,th {
	color: #b9e1b4;
}
body {
	background-color: #000000;
	background-image: url(i/bg_top_repeat.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a:link {
	color: #00FF99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00FF99;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}