html, body {
	/* \*/
	height:100%;
	/* hide from Mac IE 5.x */
	background-color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
	overflow-y: hidden;
}

td {
	font-family:Verdana;
	font-size:10px;
    text-align:center;
    vertical-align:top;
    width:16px;
    height:16px;
    background-color:#181818;
    color:white;
}

a:link {color: #ffffff; text-decoration: none; }
a:active {color: #ffffff; text-decoration: none; }
a:visited {color: #ffffff; text-decoration: none; }
a:hover {color: #FF6B24; text-decoration: underline; }
