/* Presentation CSS for Broadmead Baptist Site */

/* Section 1: Universal Rules */

H1, H2, H3, H4, H6,p,a:link,a:visited,a:active  {background-color:transparent;}

a:link {color: blue;text-decoration:none;}
a:visited {color: blue;text-decoration:none;}
a:active {color:red;text-decoration:none;}
a:hover {color:teal;text-decoration:none;}

H1	{
	font-family:'Times New Roman',Times,serif; 
        font-size:30px; 
        font-weight:500;
        color:purple;
        }
        
H2      {        
	font-family:'Times New Roman',Times,serif;
	font-size:24px;
	margin-left:5px;
	color:purple;
	} 
        
H3      {        
	font-family:'Times New Roman',Times,serif;
	font-size:18px;
	margin-left:5px;
	color:purple;
	}
 
H4      {  
        font-family: 'Times New Roman',Times,serif;
	font-size:14px;
	margin-left: 5px;
	color:purple;
        }
                     
H6      {
        font-family: Arial, Sans-serif;
        font-size: 10px;
        color: black;
        }

P, li  {
	font-family: Arial, Sans-serif; 
    	font-size: 14px; 
    	font-weight: 400;
	margin-left:5px;
    	}
    


/* Section 2: Classes */

/* rule used in the header to produce white font */
.header	    {
		 color: #FFFFFF;
		 background-color: #0000ff
		}	

/* rule to show footer in small type font */
.footer {
	font-size:12px;
	}  
	
.small {
	font-family: Arial, Sans-serif; 
    	font-size: 12px; 
    	font-weight: 400;
	margin-left:5px;
	}  
	
/* to allow inline reduction in font */
.pointsize12
	{ 
    	font-size:12px;
    	}

.newsflash
	{
	font-family: Arial, Sans-serif;
  	font-size: 10pt;
  	color: maroon;
  	 }


/* Sections 3: Styles for particular elements */

P.blue  {
	font-family: Arial, Sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-left:15px;
	color: blue;
    	}
	
   
P.caption {
	font-family: "Comic Sans MS", Verdana, Arial, Sans-serif; 
    	font-size: 12px; 
    	font-weight: 400;
	}
	

/* On the diary page.  the td elements for Sundays are shown in green.  Padding is used to space the elements
in the table.*/

td.sunday  {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: 500;
	margin-left: 15px;
	padding-top: 15px;
	color: #00A54E;
	}

td.weekday
	{
	font-family: Arial, Sans-serif;
	font-size:12px;
	padding-right:10px; 
	padding-left:10px;
	color: #000000;	
	}



