body {
	background-color: #000;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,div,td,input {
	font-family: "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 145%;
	color: #0c0;
	margin: 0;
	padding: 0;
}


#page {
	text-align: center;
  min-width: 501px;
}

#centre {
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	width: 501px;
	background-color: #000;
}

#top {
	margin: 10px 0px;
}

.info {
	padding: 10px;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
}

.item {
	background-color: #030;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}

.header {
	background-color: #140;
	padding: 10px;
  height: 16px;
	margin: 0;
	letter-spacing: 2px;
}

.headerL {
  float: left;
	font-size: 11px;
}

.headerR {
  float: right;
	font-size: 11px;
}

.pic {
	margin: 0px 0px 10px 0px;
}

.player {
	padding: 10px 0px 10px 0px;
}

a:link {
	color: #00bf00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #00bf00;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #005f00;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #00bf00;
	font-weight: bold;
}

ul {
margin-left:0px;
margin-right:0px;
list-style:square;
} 