html, body {
	/* \*/
	height:100%;
	/* hide from Mac IE 5.x */ 
	background-color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
} 
body {
	background-image: url(../images/bg.gif);
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #00CCFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
.footer {
	font-size: 10px;
}
a.linkred {
	color: red;
	font-size: 14px;
	font-weight: bold;
}