@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: x-small;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	background-color: #000000;
}
.subheading {
	font-size: large;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #FFFFFF;
}
#player1 {
	position: relative;
	width:240px;
	height:60px;
	overflow: hidden;
	display: inherit;
	visibility: visible;
	left: auto;
	top: 10px;
	z-index: 0;
}
