body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
	left: auto;
	top: auto;
	overflow: auto;
	height: 100%;
	background-color: #666;
}

td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
	overflow: auto;
}

th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
	overflow: auto;
}

.bodystyle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
	overflow: auto;
	height: 100%;
}
a:link {
	text-decoration: none;
	color: #FFF;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #F00;
}

a:active {
	color: #F00;
	text-decoration: underline;
}
