body {
	background-color: #E6E6E6;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 100%;
}
table {
	height: 100%;
	width: 100%;
}
td {
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
color:#FF0000;
text-decoration:underline;
}
#hint {
	display: none;
}
html {
}

