body, td, th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
a:link {
	text-decoration: none;
	color: #006;
}
a:visited {
	text-decoration: none;
	color: #006;
}
a:hover {
	text-decoration: underline;
	color: #006;
}
a:active {
	text-decoration: none;
	color: #006;
}
div {
	margin: auto;
	text-align: left;
}
p {
	text-align: left;
	margin-top: 0;
}
.big {
	font-size: 12px;
	font-weight: bold;
}
#player {
	background: #f3f6f8;
	width: 350px;
	height: 50px;
	text-align: left;
	margin: auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}