/* ----Below are GENERAL styles---- */

body {
	background-color: #4F0101;
	font-family: arial, tahoma, verdana;
	}
	
img {
		//display: block;
		}

h2 {
  font-size: 20px;
	padding: 0px;
	margin: 0px;
	}

h3 {
  font-size: 16px;
	padding: 0px 0px 5px;
	margin: 0px;
	}
	
td {
	background-color: white;
	}

/* ----Below are INDEX styles---- */	
	
.news {
	width: 541px;
	height: 179px;
	vertical-align: top;
	}
	
.newscontent {
	width: 541px;
	height: 177px;
	border-bottom: black solid 1px;
	vertical-align: top;
	overflow: auto;
	margin: 0px;
	/*border: red solid 1px;*/
	}
					
.sermon {
	width: 541px;
	height: 314px;
	vertical-align: top;
	/*border: red solid 1px;*/
	}
	
.sermoncontent {
	width: 541px;
	height: 313px;
	border-bottom: black solid 1px;
	vertical-align: top;
	overflow: auto;
	/*border: red solid 1px;*/
	}
	
.date {
  width: 115px;
	height: 25px;
	vertical-align: top;
	}

.title {
  width: 400px;
	height: 25px;
	vertical-align: top;
	}
					
/* ----Below are BOARD & MINISTRY styles---- */	
	
.memberall {
  width: 540px;
	height: 526px;
	overflow: scroll;
	border-bottom: black solid 1px;
	/*border: solid red 1px;*/
	}
	
.memberinfo {
  width: 518px;
	heigth: 640px;
  font-size: 12px;
	margin-bottom: 5px;
	vertical-align: top;
	/*border: solid green 1px;*/
	}

/* ----Below are LINK styles---- */
	
:link img {
  border: none;
}
	
a:link {text-decoration: none; color: #E42323;}
a:visited {text-decoration: none; color: #E42323;}
a:active {text-decoration: none; color: #E42323;}
a:hover {text-decoration: underline; color: #96CBC9;}