/* CSS definition file containing sitestyle stylesheets */

BODY		{ background-color: rgb(255,255,255); font-family: Verdana, sans-serif;
			  margin-top: 0; margin-left:0; }


/******************* General *********************/

.standard	{ font-size: 85%; }  /* To be applied to all content */
 
 
/*********************** Paragraph ******************/

P			{
	font-size: 85%;
	margin-top: 4pt;
	margin-bottom: 6pt;
}

/* Page Titles */
P.SPTitle	{ font-size: 150%; color: #000099; font-weight: bold; text-align: center; }
P.SpecialEvent { font-size: 125%; color: #000099; font-weight: bold; } /* To advertise special events */

/* The look of the text in the left hand menu */
P.menu		{ font-size: 75%; text-decoration: none; margin-top: 1em; 
			margin-bottom: 1em; font-weight: bold; margin-left: 5%; }
P.menuU		{ font-size: 75%; text-decoration: underline; margin-top: 1em; 
			margin-bottom: 1em; font-weight: bold; margin-left: 5%; }

P.menu2		{ font-size: 75%; text-decoration: none; margin-top: 0.6em; 
			margin-bottom: 0.6em; font-weight: bold; margin-left: 15%; }
P.menu2U		{ font-size: 75%; text-decoration: underline; margin-top: 0.6em; 
			margin-bottom: 0.6em; font-weight: bold; margin-left: 15%; }
			
/* General Bible passage look */
P.passage	{ font-style: italic; font-size: 95%; margin-left: 5%; margin-right: 5%; }

/* Format of Link paragraphs */
P.PaulLink	{ text-indent: -3em; margin-left: 3em; margin-top: 1em }

/* Formatting for creeds (First line outdented) */
P.creed		{  text-indent: -2em; margin-left: 2em; margin-top: 0; margin-bottom: 0; }

/* Formatting for the Ushers in the usher schedule */
P.usher		{ text-indent: -7em; margin-left: 7em; }

/* Look of the major link in a topic */
P.topiclink	{ text-align: center }

P.footer	{ font-size: 65%; text-align: center; }

P.farmer	{
	font-size: 125%;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #0066FF;
}

/********************* H2 **************************/

H2			{ color: #000099; margin-bottom: 0pt; }


/********************* H3 **************************/

H3			{ color: #000099; margin-bottom: 0pt; }

/********************* H4 **************************/

H4			{ color: #000099; margin-bottom: 0pt; }

/********************* A **************************/

/* Look of the menu on the left */
a.menu		{ text-decoration: none; color: black; }
a.menuU		{ text-decoration: underline; color: black; }

a.LinkHead	{ text-decoration: underline; color: #000099; }	

/* For list of links */
a.PaulLink	{ color: black; }

