body {
	padding: 0;
	margin: 0;
	background: #fff;
	text-align: left;
	}
	
a, p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, sans-serif;
	color: #000;
	}	

#content {
	position: absolute;
	left: 0;
	top: 0; 
	width: 340px;
	}

#content p {
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 8px;
	}
	
#content li {
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	list-style: circle;
	padding: 0;
	margin: 0;
	}

#content img {
	margin: 5px 5px 0px 5px;
	}
	
#content h2 {
	font-size: 10px;
	text-align: left;
	line-height: 20px;
	padding: 0;
	margin: 0px;
	}
	
h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 8px;
	}
	
#music li{
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
a:link {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	background: transparent;
	}
	
a:visited {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	background: transparent;
	}
	
a:hover {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #000;
	}
	
a:active {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #000;
	}
	
