/* CSS Classical 2 */

body,td,th {
	font-family: Helvetica, Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #339999;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-style: normal;
	font-size:0.8em;
}
h1 {
	color: #339999;
	
	
}
	
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #ff9933;
}
a:visited {
	font-weight: bold;
	color:#ff9933;
	text-decoration: none;
}
a:hover {
	color:#333333;
	font-weight: bold;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
}
#player {
	margin-left: auto;
	margin-right: auto;
 	width: 100%;
	height: 40px;
}​