#frontpage table {
	position: absolute;
	top: 190px;
	left: 180px;
	border-spacing: 7px;
}

#collage {
	width: 418px;
}

#e-giving {
	background-color: rgb(240, 230, 140);
	color: black;
	text-align: center;
}

#emergency {
	background-color: rgb(255, 255, 255);
	color: red;
	padding: 5px;
	border: 8px solid rgb(240, 230, 140);
}

#manna {
	text-align: center;
}

#address {
	text-align: center;
	font-size: 85%;
}

#hometable td {
	margin: 0px 10px 0px 10px;
}

#current {
	width: 335px;
	background-color: white;
	color: black;
	padding: 5px;
	border: 8px solid rgb(240, 230, 140);
	font-size: 100%;
}

#smallish {
	font-size: 90%;
}

#current a:link {	
	color: rgb(25,50,90);
}

#current a:visited {	
	color: rgb(25,50,90);
}

#current a:hover {	
	color: rgb(25,50,90);
}

#current h1 {
	text-align: center;
}

#ffgold a:link {
	color: rgb(218, 165, 32);
}

#ffgold a:visited {
	color: rgb(218, 165, 32);
}

#ffgold a:hover {
	color: rgb(218, 165, 32);
}

#ffdarkblue a:link {
	color: darkblue;
}

#ffdarkblue a:visited {
	color: darkblue;
}

#ffdarkblue a:hover {
	color: darkblue;
}

#darkblue h4 {
	color: darkblue;
}

#red {
	color: red;
}

#red h1 {color: red;
	text-align:center;
}
#center {
	text-align: center;
	}

#justify {
	text-align: justify;
	font-size: 85%;
	}
	
h1,h2,h3,h4,p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

