body,td,th {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #000;
	background-image: url(../images/bg_bw.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0;
}
.title {font-size: 12px}
a:link, a:visited, a:active{
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
.copyright {font-size: 10px}