@charset "utf-8";

/*
	CSS Copyright © Films for Christ • ChristianAnswers.Net
	last edit 5.7.2019 pst
*/

body {
	font-family:Georgia,'Times New Roman', Times, serif;
	background-image:url('/audio/bkd-floral.jpg');
	background-color:#CC9999;
}

a {}
	a:link {
	color:#CC6666;
	background:none;
	text-decoration:none;
	}
	a:visited {
	color:#CC6666;
	background:none;
	text-decoration:none;
	}
	a:hover {
	color:#fff;
	background:#CC6666;
	text-decoration:none;
	}
	a:active {
	color:#ff00ff;
	background:none;
	text-decoration:underline;
	}

object.midiplayer {
	width:320px;
	height:70px;
	margin:50px 0 0 0;
}
span.spclink {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:85%;
}
img.mp3icon {
	width:23px;
	height:31px;
	margin:0 3px;
}
img.midiicon {
	width:55px;
	height:17px;
}
.genre {
	color:#fff;
	background-color:#CC6666;
	padding:5px 10px 8px 10px;
	border-top:1px solid #CCCCCC;
	border-bottom:5px solid #E0E0E0;
	border-right:3px solid #666666;
}
td.musiclist {
	width:325px;
	font-size:80%;
	padding:20px 20px 40px 20px;
	background-color:#fff;
	border-right:3px solid #666666;
	border-bottom:3px solid #666666;
}
div.spcborder {
	border-right:3px solid #666666;
}
td.midicolspacer {
	width:10px;
}
img.playimg {
	width:35px;
	height:19px;
	margin:0 5px 5px 0;
	vertical-align:text-top;
}

ul {
	margin:0;
	list-style:none;
	list-style:square;
}
li {
	margin:0 0 20px 10px;
	line-height:150%;
}
tr {
	vertical-align:top;
}
