/* This stylesheet has been written for Tabor United Methodist Church by Joshua Young (josh@poor-richard.net).  Copywrite 2002, All Rights Reserved. */

body
{
	background-color : #FFFFFF;
	font-family : arial;
	font-size : 12px;
	margin : 5px;
	scrollbar-base-color: #FFFFFF; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-track-color: #F5F5F5; 
	scrollbar-arrow-color: #CC0000;
	scrollbar-highlight-color: #F5F5F5; 
	scrollbar-3dlight-color: #666666; 
	scrollbar-shadow-color: #666666;
	scrollbar-darkshadow-color : #F5F5F5;
}

h1
{
	color : #FFFFFF;
	background-color : #CC0000;
	font-size : 14px;
	padding : 0px;
	margin : 0px;
	border : 1px solid #000000;
	text-transform : lowercase;
	padding : 2px;
}

a
{
	color : #CC0000;
	text-decoration : none;
}

a:hover
{
	color : #FF6600;
	text-decoration : underline;
}