body { 
	overflow: auto;
	background: #333333; 
	color:	#999999;
	margin: 0px;
}

table{
	width: 100%; 
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.check{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
}
.start{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
