/* CSS Document */
body {
	background-color: #000;
	/* background-image: url(../images/unbreakable.jpg); */
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #FFF;
}