body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('images/background.png');
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #000000;
  color: #FFFFFF;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #666666;
	text-decoration: underline;
border: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
border: none;
}
a:visited {
        color: #FF9999;
	text-decoration: none;
}

img { border: none; }