/* This stylesheet has been written for Tabor United Methodist Church by Joshua Young (josh@poor-richard.net).  Copywrite 2002, All Rights Reserved. */

body
{
	background-image : url(../images/flamebg.gif);
	background-repeat : repeat-y;
	font-family : arial;
	font-size : 10px;
	text-align : center;
}

a
{
	color : #CC0000;
	text-decoration : none;
	font-size : 14px;
	text-transform : lowercase;
}

a:hover
{
	color : #FF6600;
	text-decoration : underline;
}

hr
{
	width : 100%;
	color : #CC0000;
}

#navigation
{
	border : 1px solid #CC0000;
}