html, body {
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-color : #000000;
	background-repeat : repeat-x;
	min-height : 100%; /*for mozilla*/
}
td, th {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #5b5c5c;
	list-style-type : none;
}
a:link, a:active, a:visited {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #BBBBBB;
	text-decoration : none;
}
a:hover {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #ffaa00;
	text-decoration : underline;
}