div.subsection{
	margin-top: 30px;
}

div.subsection h3{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 2px 0;
}
div.subsection p{
	margin: 0px;
}


table{
	width: 600px;
	border: none;
	padding: 0;
	margin: 0;
}

table td{
	padding: 5px 0 3px 0;
}
table td p{
	margin: 0;
	padding: 0;
}

table td.category{
	width: 75px;
	border-bottom: #999 solid 1px;
}
table td.title{
	width: 150px;
	border-bottom: #999 solid 1px;
}
table td.artist{
	width: 175px;
	border-bottom: #999 solid 1px;
}

ul{
	margin: 0;
	padding-left: 20px;
	list-style: outside;
}
li{
	margin: 0 0 3px 0;
	marker-offset: 0;
}