/* 
	CSS Document | UUFS | Unitarian Universalist Fellowship of Sunnyvale, California
*/
body {
	background-color:white;
}

#header { /* this positions the banner at the top of the page */
display: none;
}

#navbar {
display: none;
}

#pagetext {
	/* position: absolute; */
	width: 100%;
   height: 100%;
	float: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
}
div#pagetext {
position: static;
}
/*div#pagetext { 
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
} */
/* the following formats all of the links within the div id pagetext tag */
div#pagetext a:link {color: Black;text-decoration: underline;}
div#pagetext a:visited {color: Black;text-decoration: underline;}
div#pagetext a:active {color: Black;text-decoration: underline;}
div#pagetext a:hover {color: Black;text-decoration: underline;}

div#UUFSfooter { /* Footer for all pages but the first */
	font-size: smaller;
	text-align: center;
}
/* the following formats all of the links within the div id UUFSfooter tag */
div#UUFSfooter a:link {color: Black; text-decoration: underline;}
div#UUFSfooter a:visited {color: Black;text-decoration: underline;}
div#UUFSfooter a:active {color: Black; text-decoration: underline;}
div#UUFSfooter a:hover {color: Black;text-decoration: underline;}