body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
	background-color: #000;
	background-image: url(../bg.jpg);
	background-attachment: fixed;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color:#00F;
}
a:visited {
	color:#00F;
}
a:active {
	text-decoration:none;
}
a:hover {
	color:#F76480;
	text-decoration:none;
}
.fontsize {
	font-size: 14px;
}

