@charset "utf-8";
/* CSS Document */

body {
	font-family: verdana, helvetica;
	font-size: 11px;
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
	scrollbar-base-color: rgb(0,0,0);
	scrollbar-face-color: rgb(0,0,0);
	scrollbar-arrow-color: rgb(128,128,128);
	scrollbar-track-color: rgb(0,0,0);
	scrollbar-highlight-color: rgb(0,0,0);
	scrollbar-3dlight-color: rgb(128,128,128);
	scrollbar-darkshadow-color: rgb(128,128,128);
}
a:active {
	color: #0F0;
	font-weight: bold;
}
a:hover {
	color: #0F0;
	text-decoration: underline;
	font-weight: bold;
}

 
table { font-family: verdana, helvetica;
        font-size: 11px;
}
a:link {
	color: #0F0;
	font-weight: bold;
}
a:visited {
	color: #0F0;
	font-weight: bold;
}
