body	{
		font-family:"Verdana, Arial, Helvetica, sans-serif";
	}


/* If headings were to be a color other than black then the
   color would go here.

Use heading definitions from church.css
h1, h2, h3, h4, h5, h6	{
		margin-top:0;
		margin-bottom:0;
		color:#04369A;
		line-height:1.4;
	}

h3.white {
		margin-top:0;
		margin-bottom:0;
		color:#FFFFFF;
	}
 */

/* Paragraph text color */
p, ul, ol, td	{
		font-weight:normal;
		font-size:12px;
		line-height:1.5;
		/*line-height:16px;*/
		color:#222222;
		margin-top:0;
		vertical-align:top;
	}


/* list of sermons is organized in a table. Items are separated by 
a horizontal line.
*/

table.sermon	{
		margin-top:0px;
		margin-bottom:0px;
		margin-left:0px;
		margin-right:0px;
		border-bottom:1px solid #04369A;
		background-color:#FFFFFF;
	}


td.sermonTop,
td.sermonMiddle,
td.sermonBottom	{
		font-weight:normal;
		font-size:12px;
		color:#222222;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:0px;
		margin-right:0px;
		padding-left:0px;
		padding-right:0px;
		padding-top:0px;
		padding-bottom:0px;
		vertical-align:top;
		background-color:#FFFFFF;
	}

td.sermonTop	{
		border-top:3px solid #04369A;
		padding-bottom:20px;
	}

td.sermonMiddle	{
		border-top:1px solid #C0C0C0;
		padding-bottom:20px;
	}

td.sermonBottom	{
		padding-bottom:20px;
	}


p.sermonDate	{
		font-weight: bold;
		/*color:#222222;*/
		color:#FFFFFF;
		background-color:#04369A;
		padding-left:5px;
		margin-bottom:0px;
		padding-bottom:0px;
	}

p.head	{
		font-size:10px;
		font-style: italic;
		color:#AAAAAA;
		margin-bottom:0px;
		padding-bottom:0px;
	}

p.reading,
p.sermonTitle,
p.sermonPreacher,
p.sermonNotes	{
		color:#222222;
		margin-left:0px;
		margin-bottom:0px;
		padding-bottom:0px;
	}

p.sermonTitle	{
		font-size:18px;
		font-weight: bold;
		color:#04369A;
	}

p.sermonPreacher	{
		font-style: italic;
	}


/* end of list of sermons */



/* link to mp3. pseudo links: link visited hover active (in that order)*/
span.downloadmp3	{
		font-size:10px;
		font-weight: bold;
		font-style: italic;
		background-color:#AAAAAA;
	}

a.downloadmp3	{
		text-decoration:none;
	}

a.downloadmp3:link	{
		color:#FFFFFF;
	}

a.downloadmp3:visited {
		color:#FFFFFF;
	}

a.downloadmp3:hover {
		color:#FFFFFF;
		background-color:#000000;
	}

a.downloadmp3:active {
		color:#FFFFFF;
	}

/* sermon title */
span.sermonTitle	{
		font-weight:bold;
	}



/* special type for links */
span.littleLink	{
		font-size: 12px;
		font-style: italic;
	}
