 /* First Baptist screen styles */

body 
	{
	background-color: gray; 
	margin-top: 0; 
	margin-left: 0; 
	margin-right: 0
	} 
h1
	{
	color: olivedrab
	}
h2
	{
	color: olivedrab
	}
h3
	{
	color: black
	}
table
	{
	background-color: ivory
	}
table, form, input, textarea, select
 {
    font-size: 12px;
    font-family: Verdana,Arial
 }
address 
	{
	color: black; 
	font: normal small-caps bold 12px sans-serif;
	text-align: center
	}
.addressrow
{	
	background-color: rgb(245, 222, 179)
}
#header 
	{
	background-color: ivory; 
	border-color: black;
	color: black; 
	font: oblique bold 30px sans-serif
	}
#header p 
	{
	margin-left: 150px
	}
#menu 
	{ 
	margins: 5px 5px 5px 5px; 
	background-color: gray;
	color: white;
	font: normal bold 30px sans-serif	
	}
#menu a 
	{
	color: white; 
	font: normal small-caps bold 12px Arial, sans-serif; 
	text-align: center
	}
.inlinelinks 
	{
	font-size: 9pt; 
	background-color: ivory; 
	margin-right: 10px; 
	margin-left: 10px; 
	border: 2px solid tan
	}
.inlinelinks a 
	{
	color: olivedrab
	}
.font12 
	{
	font: normal bold 12px Arial, sans-serif
	}
.font15 
	{
	font: normal bold 15px Arial, sans-serif
	}
.font20 
	{
	font: normal bold 20px Arial, sans-serif
	}
.font25 
	{
	font: normal bold 25px Arial, sans-serif
	}