body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #353535;
	font-size: 14px;
	color:#FFF;
}

.content {
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	height: auto;
	width: 800px;
	color: #FFF;
}
#body-content{
	padding:10px;
}
#nav{
	background:#666;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:10px auto 10px auto;
}
h1 {
	text-align: center;
	margin:10px 0 10px 0;
	font-size: 24px;
}
h2 {
	font-size: 20px;
	text-align: center;
}


h3 {
	text-align: center;
	margin-top: 15px;
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
}
h4 {
	text-align: center;
	font-size: 16px;
	margin: 0px;
	color: #CCC;
}

h5 {
	text-align: center;
	font-size: 14px;
	margin: 0px;
	color: #CCC;
}


a:link {
	color: #FFF;
	text-decoration: underline;
}

a:visited {
	color: #FFF;
	text-decoration: underline;
}

a:active {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}.oneColCenterSongList {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}

.twoColSonglist {
	width: 500px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}


.twoColSonglist td {
	width: 50%;
	height: 19px;
	text-align: center;
}

.twoColSonglist p {
	line-height: 24px;
}


.twoColCenterSonglist {
	width: 500px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}

.twoColCenterSonglist p {
	line-height: 24px;
}


.twoColSongLeft {
	width: 50%;
	height: 19px;
	text-align: right;
}

.twoColAuthorRight {
	width: 50%;
	height: 19px;
	text-align: left;
}

.audio h5 {
	font-size: 16px;	
}

