body { }

a:link { }

a:visited { }

a:hover { }

a:active { }

.speakertable {
	width: 820px;
	height: 550px;
	
	overflow: scroll;
	
	border: 1px blue dotted;
	
	}
	
.sermoncontent {
	position: relative;
	left: 120px;
	top: 180px;
	width: 800px;
	
	text-align: center;}