
body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Luxi Sans', Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	background-color: white;
	color: black;
}

div {
	text-align: center;
}

strong {
	background-color: inherit;
	color: red;
}

img {
	border: none;
}

ul {
	text-align: center;
	margin: 0;
	margin-top: 0.8em;
	padding: 0;
}

li {
	display: inline;
	border-left: 2px solid black;
	margin: 0 0.01em;
	padding: 0 0.5em;
}

.leftItem {
	border-left: none;
}

.rightItem {
}

iframe {
	border: none;
}

#playerFrame {
	border: none;
	width: 280px;
	height: 280px;
	margin: 1.0em;
}

a, a:visited {
	background-color: inherit;
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
	background-color: inherit;
	color: red;
}

