body {
	font-family: sans-serif;
	font-weight: normal; 
	background-color: #CCCCFF;
}

table {
	font-family: sans-serif;
}

.heading2 {
	font-size: 24px;
	font-weight: bold;
}

.error {
	font-weight: bold; 
	border: 1px;
	border-color: #FF0000;
	height: 80;
	width: 160;
	background-color: #FFFFAA;
	color: #FF0000;
}

.whatsNewTable {
	cellpadding: 0;
	cellspacing: 0;
	border: 0;
	width: 80%;
}

.whatsNewTimeStamp {
	align: left;
	background-color: #9999FF;
	color: #000000;
	font-weight: bold;
	width: 40%;
}

.whatsNewTitle {
	align: left;
	background-color: #9999FF;
	color: #000000;
	font-weight: bold;
	width: 60%;
}

.whatsNewDescription {
	color: black;
	font-weight: normal;
}

.whatsNewSpacer {
	height: 10px;
}

.sermonsTable {
	cellpadding: 0;
	cellspacing: 0;
	border: 0;
	width: 80%;
}

.sermonsTimeStamp {
	align: left;
	background-color: #9999FF;
	color: #000000;
	font-weight: bold;
	width: 40%;
}

.sermonsTitle {
	align: left;
	background-color: #9999FF;
	color: #000000;
	font-weight: bold;
	width: 50%;
}

a:link, a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

.sermonsListen {
	align: left;
	color: #000000;
	font-weight: normal;
	width: 5%;
}

.sermonsView {
	align: left;
	color: #000000;
	font-weight: normal;
	width: 5%;
}

.sermonsDescription {
	color: black;
	font-weight: normal;
}

.sermonsSpacer {
	height: 10px;
}

