/* CSS Document */

html {
	height:100%;
	width:100%;
}

body, td, th{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000000;
	color:#cccccc;
	padding:0px;
	margin:0px;
}

a, a:visited {
	color:#ffffff;
	text-decoration : none;
}
a:hover, a:active {
	background-color:#ffffff;
	color:#000000;
}
img {
	border :0px;
}
.huicell {
	height : 180px;
	width: 100px;
	border:1px #bbbbbb solid;
	float: left;
}
.smalltext {
	font-size:9px;
	color:#777777;
}
#nav {
background-color:#555555;
font-size:10px;
}
#footer {
	clear:both;
	text-align: center;
}
