body {
	text-align: center;
	background: #808d61 url(tree2.jpg) repeat-y 50% 0;
}
h2 {
	font-size:100%;
}
#main {
	float: left;
	width: 100%;
	height: 100%;
}
#main div{
	padding: 10px;
}

#header {
	background: #51605d;
	color: white;
}
#top{
	float:left;
	margin-right:2.4em;
}
li {
	list-style:none;
}
#top a {
	padding: 1em;
}
a:hover {
	color:#00bb00;
}
table {
	border: 0;
	border-collapse: collapse;
}
th {
	font: 150% bold 'Arial', Helvetica, sans-serif;
	opacity:0.6;
}
th, td {
	border-right: 1px black solid;
	padding: 5.4px;
}
td {
	border:1px solid black;
}
.bigrow {
	line-height: 150%;
}
th.bigrow {
	text-align:center;
	border:0;
	line-height:150%;
}
.date {
	text-align:right;
	border-left:0;
	background: #91a87c;
	opacity:0.8;
}
.date a {
	display:block;
}
.sermon {
	line-height: 100%;
	background: #9ba46f;
	opacity:0.8;
}
.speaker {
	border-right:0;
	background: #91a87c;
	opacity:0.8;
}
th.date {
	background: #7e916d;
}
th.sermon {
	background: #868d62;
}
th.speaker {
	background: #7e916d;
}
.date a, .back, #top a {
	color:#333300;
	text-decoration:none;
	font-weight:bold;
}
//.date a:visited, .back:visited, #top a:visited {
//	color:#00bb00;
//	text-decoration:none;
//}
.date a:hover, .back:hover, #top a:hover {
	color:blue;
	text-decoration:underline;
}
.date a:active, .back:active, #top a:active {
	color:#ff0000;
	text-decoration:underline;
}

.back, .sudo-back {
	padding: 10px;
}
.back, #top li{
	float:left;
	border: #778855 1px solid;
	background: #9ba46f;
	display: block;
}
#top li {
	padding: 1em 0 1em 0;
}
//.back:visited, #top a:visited {
//	background:#666;
//}
.back, #top {
	opacity:0.9;
}
