@charset "utf-8";
/* CSS Document */

body{
background-image:url(images/White-gold-textured-backgro.jpg);
background-attachment:fixed;
background-repeat:repeat;

}

a:link {
	color: #FF0000;
	font-weight: bold;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #0099ff;
}
a:active {
	color: #666666;
}

.tbBody {
	width:895px;
	height:1500px;
	background-color: #000000;
}

.player {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #0099ff;
	background-image:url(images/playerBG.gif);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
}
.style1 {font-size: small}
.style2 {font-size: x-small}

