@charset "UTF-8";
body,td,th {
	font-family: arial;
	font-size: 12px;
	color: #1d2b2d;
	}
	
body {
	background: #000000;
	top: 0; left: 0;
    margin: 0; padding: 0;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}

a:visited {
    color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}