/*  CSS Church Data Pages   */

/* BACKGROUND  */

	BODY
	{
	 background-color:#99CCFF;
     
     
	}

/* PARAGRAPHS */
	
	P
	{
	 color:blue;
	 font-family:Georgia;
	 font-size:14.0pt;
	 width:650px;
	}
	
	P.msr
	{
	 font-family:georgia;
	 font-size:12.0pt;
	}
	
	H1
	{
	 color:blue;
	 font-family:Georgia;
	 text-align:left;
     font-size:18.0pt;
     text-decoration:underline;
	}

	H2
	{
 	 color:blue;
	 font-family:Georgia;
	 font-size:28.0pt;
	}

	H3
	{
	 color:blue;
	 font-family:Georgia;
     font-size:14.0pt;
	}


/* LINKS */

	a:link
	{
	 color:green;
     text-decoration: none;
	}	
    
   	a:visited
	{
	 color:green;
     text-decoration: none;
	}	
    
   	a:hover
	{
	 text-decoration: none;
	 color: white;
	 background-color: navy;
	}	
    
   	a:active
	{
	 color: white;
	 background-color:navy;
     text-decoration: none;
	}	
    
    
   
/* TABLE */

	TABLE.ADDRESS
	{
 	 border: 2px solid green ;
	 text-align:center;
	 background-color:white;
     
     
   	}

	TABLE.EMAIL
	{
	 border: 2px solid green ;
	 text-align:center;
	 position:absolute;
	 top:355px;
     background-color:white;
   	}

	TABLE.TIMES
	{
     border: 2px solid green ;
	 text-align:center;
	 position:absolute;
	 top:60px;	
     background-color:white;
   	}


	TH
	{
	 border: 1px solid green ;
	 color: blue;
	}

	TD
	{
	 color: blue;
	 font-size:13.0pt;
	 font-family:Georgia;
	 border: 1px solid green ;
	}


	TABLE.photos
	{
	 border: 0px solid yellow ;	
    }

	TD.photos
	{
	 padding-top:0px;
	 padding-bottom:0px;
	 padding-right:0px;
	 padding-left:0px;
	 border: 0px solid yellow;
	}

	TH.photos
	{
	 border: 0px solid yellow;
	}


/* IMAGES */

	IMG.photos
	{
	 border: 5px ridge gold;
	}

    .fun3
	{
	 border: 5px ridge gold;
	}


/* CLASSES */

   

	.FirstLetter
	{ 
	 font-size:18.0pt;
	 font-family:"Georgia";
	 color:blue;
	 font-weight:bold;
	}

	.link
	{
	 color:blue;
	 font-family:Georgia;
	 font-size:13.0pt;
	 width:650px;
	}

/* DIVISION - POSITION */

	#picsL
	{
	 position: absolute;
	 top: 5px;
	 left: 5px;
     
	}

	#center
	{
	 position: absolute;
     left: 150px;
     text-align:justify;
	}

	#lower
	{
	position: absolute;
	top: 175px;
	}
    
    #FJ
	{
	position: absolute;
	top: 220px;
    left: 260px;
	}
    
    #massreadings
	{
	 position: absolute;
	 top: 235px;
	 left: 410px;
	}
    	
    
      
    
    
    
   
    
    
    
    
   
    
   
    
    
    
   
    
   
	
    
    
   
    
   
  
    
   
    
	
    
    
	



    
    
