/*********** background color */
body		
{
	background-color: #FFCC66;	/* light brown/tan)
}

p.mainheadings					/* major headings - top line of the page */
{
	font-family:arial; 
	font-style:italic; 
	font-variant:normal; 
	font-weight:bold; 
	font-size:26px;
	color: #000080;	
}

p.minorheadings					/* minor headings - used only if there are sub-groups */
{
	font-family:arial; 
	font-style:italic; 
	font-variant:normal; 
	font-weight:bold; 
	font-size:18px;
	color: #000080;	
	margin: 0px 0px 10px 0px; 	/* top, right, bottom, left */
}

p.intro							/* Introduction paragraph to a group of sermons */
{
	font-family:Times New Roman; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-size:16px;
	color: black;	
}

p.sermons						/* the default - for sermon details */
{
	font-family:arial; 	
	font-style:normal; 	
	font-variant:normal; 
	font-weight:normal; 
	font-size:14px;
	color: black;	
	margin: 0px 0px 10px 0px; 	/* top, right, bottom, left */
}

/* unordered lists - pick a font, all size 14px */
ul{font-family: arial; font-size:16px; }
li{font-family: arial; font-size:16px;}

/* HyperLinks */
a:link {color:#0000FF;font-weight:bold;text-decoration:underline;}
a:visited {color:#404040;font-weight:bold;text-decoration:underline;}
a:hover {color:maroon;font-weight:bold;text-decoration:underline;}
a:active {color:#808080;font-weight:bold;text-decoration:underline;}