body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
html, body {
	margin: 0;
	background: #000;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
	}
a {
	font-size: 11px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
object {
	outline: none;
}