/* sermons.css */

/* Style sheet for our posted Sermons. */

body {	      background:  #ffffea}

h1,h2, blockquote {color:  #0060c0;
	     font-family:  Times New Roman, Verdana, Arial, Geneva, Sans-Serif;
	 text-decoration:  none;}
h4                {color: #800000;
	     font-family:  Times New Roman, Verdana, Arial, Geneva, Sans-Serif;
	 text-decoration:  none;}
h3                {color: #808000;
	     font-family:  Times New Roman, Verdana, Arial, Geneva, Sans-Serif;
	 text-decoration:  none;}

a:link {	   color:  #000099;
	     font-weight:  bold;
	     font-family:  Times New Roman, Verdana, Arial, Geneva, Sans-Serif;
	 text-decoration:  none;}
a:active {	   color:  #cc0000;
	     font-weight:  bold;
	     font-family:  Times New Roman, Verdana, Arial, Geneva, Sans-Serif;
	 text-decoration:  none;}
a:visited {	   color:  #990000;
	     font-weight:  bold;
	     font-family:  Times New Roman, Verdana, Arial, Geneva, Sans-Serif;
	 text-decoration:  none;}
a:hover {	   color:  #cc0000;
	     font-weight:  bold;
	     font-family:  Times New Roman, Verdana, Arial, Geneva, Sans-Serif;
	 text-decoration:  none;}


