	body {
		margin: 0px;
		background: #000000;
		color: #ffffff;
		text-align: center;
		font-family: arial,helvetica,sans-serif;
		font-size: 12px;
	}
	
	h3 {
		font-size: 14px;
		font-weight: bold;
	}
	
	a, a:visited {
		color: #385AB3;
		font-weight: bold;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	a:active {
		color: #AEC4FD;
		background: #000000;
	}
	
	table#header, table#content, table#footer {
		width: 670px;
		margin: 0px auto;
		border: none;
		border-collapse: collapse;
		padding: 0px;
	}

	td {
		padding: 0px;
	}
	
	td img {
		display: block;
	}
	
	table#content {
		background: #AEC4FD;
		color: #000000;
	}
	
	td#news, td#related, td#text {
		text-align: left;
		vertical-align: top;
		padding: 15px;
		font-family: arial,helvetica,sans-serif;
		font-size: 12px;
	}
	
	table#footer {
		font-size: 11px;
		text-align: right;
		margin-top: 4px;
	}
	
	table#footer a, table#footer a:visited {
		color: #AEC4FD;
		text-decoration: none;
		font-weight: normal;
	}

	table#footer a:hover {
		text-decoration: underline;
	}
	
	table#footer a:active {
		color: #000000;
		background: #AEC4FD;
	}

	table.list {
		width: 100%;
		margin: 0px auto;
		border: none;
		border-collapse: collapse;
		padding: 0px;
	}

	.list td, .date td {
	 	font-size: 12px;
	 	color: #000000;
		padding: 5px;
		border-bottom: 1px #000000 solid;
	}
	
	.list td {
		width: 80%;
	}
	
	td.date {
		width: 20%;
		text-align: right;
	}

	.format, .credits {
		font-size: 10px;
	}
	
	.titlebar, .leftbar {
		background: #829DE2;
	}
	
	.leftbar {
		vertical-align: top;
	}
	
	td.leftbar img, td.photos img {
		display: inline;
		vertical-align: bottom;
	}
	
	.songs li {
		padding-bottom: 5px;
		border-bottom: 1px #000000 solid;
		margin-bottom: 5px;
	}

	.mp3 img {
		margin: 0;
		padding: 0;
		vertical-align: baseline;
		border: 0;
		float: left;
		width: 10px;
	}
	
