.sermon_table, .music_table, .video_table {
	font-family: Arial;
	font-size: 12px;
	border: 0px solid #5D1312;
}
.sermon_table th, .music_table th, .video_table th {
	background-color: #545140;
	color: #DBCF95;
	font-family: "Arial Bold";
}
.sermon_table td, .music_table td, .video_table td {
	background-color: #DED5C6;
	color: #1D1D1D;
	text-align: center;
	border-top: 1px solid white;
}
.sermon_table #date {
	width: 85px;
}
.sermon_table #speaker {
	width: 110px;
}
.sermon_table #play, .music_table #play, .video_table #play {
	width: 40px;
}
.sermon_table #download, .music_table #download, .video_table #download {
	width: 40px;
}
