@charset "UTF-8";
/* CSS Document */

html, body {
	background-color: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

#container {
	width:640px;
}

#player {
	float:left;
}

ul {
	margin-left:-10px;
	float:right;
	list-style-type: none;
	line-height:20px;
	text-align:right;
}

ul li a {
	padding:3px;
}

a:link, a:visited {
	color:black;
	text-decoration:none;
}

a:hover {
	color:white;
	background-color:#00A0C6;
}

a:link.selected, a:visited.selected {
	color:#00A0C6;
	font-weight:bold;
}

a:hover.selected {
	color:white;
	background-color:#00A0C6;
}