	p.body {	
		font-family: sans-serif;
		font-size: 10pt;
		font-weight: normal;
        color: maroon;
    }

   	h1 {
		text-align: center;
        color: #402000;
    }
        
   	h2 {
		text-align: center;
		font-size: 16pt;
        color: #402000;
	}
            
	h3 {
		font-size: 14pt;
    	text-align: center;
        color: #402000;
	}
            
	.celebrant {
		font-family: serif;
		font-size: 11pt;
    	margin-left: 12%;
        color: #402000;
	}

	.congregation {
		font-family: serif;
		font-weight: bold;
		font-size: 12pt;
    	margin-left: 12%;
        color: #402000;
	}
    
	.normal {	
		font-family: sans-serif;
		font-size: 10pt;
		font-weight: normal;
        color: blue;
    }

