@charset "utf-8";

body {
	background-color: #000;
	margin-left: 1px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
body,td,th {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	color: #600;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}
a:active {
	color: #CCC;
	text-decoration: none;
}
h1 {
	font-size: x-small;
	color: #999;
}

