/* Presentation CSS for Broadmead Baptist Site */
H1, H2, H3, H4, H6,p,a:link,a:visited,a:active  {background-color:transparent;}

H1	    {
		font-family: Arial, Sans-serif; 
        font-size: 20pt; 
        font-weight: 500;
        color: #000000;
        		}
        
H2      {        
		font-family: Arial, Sans-serif;
		margin-left:5px;
		font-size:14pt;
		color: #000000;
		} 
        
H3      {        
		font-family: Arial, Sans-serif;
		font-size:12pt;
		margin-left: 5px;
		color: #000000;
		}
 
H4      {  
        font-family: Arial, Sans-serif;
		font-size:12pt;
		margin-left: 5px;
		color: #000000;
        }
                     
H6      {
        font-family: Arial, Sans-serif;
        font-size: 9pt;
        color: black;
        }

p, li  {font-family: Arial, Sans-serif; 
    font-size: 11pt; 
    font-weight: 400;
	margin-left:5px;
    }
p.blue   {font-family: Arial, Sans-serif;
    font-size: 16px;
    font-weight: 400;
	margin-left:15px;
	color:#0000FF;
    }
	
   
P.caption   {font-family: "Comic Sans MS", Verdana, Arial, Sans-serif; 
    font-size: 12px; 
    font-weight: 400;
	}
	
/* 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;
}
    
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;}

/* the next two rules control the appearance of the table on the diary page.
the td elements fo Sundays are shown in blue.  Padding is used to space the elements
in the table.*/

td.blue{color:blue;
}

table#diary td{padding-right:10px; padding-left:10px;
				font-family: Arial, Sans-serif;
				font-size:10pt;}
.small {font-family: Arial, Sans-serif; 
    	font-size: 9pt; 
    	font-weight: 400;
		margin-left:5px;}

