body {
	background-image: url(images/background.jpg);
	background-color:#000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style2 {
	font-size: 15px;
	font-weight: bold;
	margin-right:10px;
}


a.gray:link {
	color:#999999;
	text-decoration: none;
}

a.gray:visited {
	text-decoration: none;
	color: #999999;
}

a.gray:hover {
	text-decoration: none;
	color: red;
}

a.gray:active {
	text-decoration: none;
	color: #999999;
}
