body {
	font-family: Arial, helvetica, Verdana, Geneva, sans-serif;
	background-image:url('tntsrocks.png');
	background-repeat:repeat;
	background-attachment:fixed;
	background-position:center;
}

td {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	color:#FFFFFF
}

th {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}