body
{
	margin: 0;
	padding: 0 ;
	font: 0.8em "Arial", helvetica, sans-serif ;
	background: #fff ;
	color: #444;
}

h1 {
	font-size: 12px;
	text-align: left;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #888888;
	padding-left:5px;
}

h3 {
	font-size: 10px;
	font-weight: normal;
	color: #999;
}

h3 {
	font-size: 10px;
	font-weight: normal;
	color: #999;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #444;
}

a:hover {
	text-decoration: underline;
}

#content {
	margin: 0px auto;
	width: 600px;
	padding: 20px;
	background: #fff ;
}

#header {
	margin-bottom: 50px;
	height: 80px;
	/*background: #fff2cc url(../img/bgHeader.png) no-repeat right top;*/
	background: #ccc;
	padding: 10px;
	border: 1px solid #666;
}	

#index {
	font-size: 10px;
	font-weight: normal;
	color: #999;
	text-align: justify;
}

ul {
	list-style: none;
}

ul.playlist {
	color: #444;
}

span.t {
	color: #888;
}
	
span.l {
	font-style: italic;
}
