@charset "utf-8";
/* CSS Document */

a:link {
	color: #FF0000;
	font-weight: bold;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #0099ff;
}
a:active {
	color: #666666;
}



.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}
