/* CSS Document */
html {
	height: 100%;
}

body,td,th {
	color: #FFFFFF;
	font-family: Arial;
}
body {
	background-color: #000000;
	height: 100%;
	margin-bottom: 1px;
}

a:link, a:visited {
	color: #ffffff; text-decoration: none;
/*	font-weight: bold; */
}

a:hover {
	color: #900;	text-decoration: none;
/*	font-weight: bold; */
}

