 H1 {
	font: bold italic xx-large serif;
	text-align: center;
	letter-spacing: normal;
	color: #AD4A18;
}
H2 {
	font: bold italic small serif;
	text-align: center;
	letter-spacing: normal;
	color: #AD4A18;
	font-size: larger;
}
	
h3 {
	color: #696969;
	font: italic small serif;
	text-align: center;
}
	
.textCenter1 {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #AD4A18;
}

.textCenter2 {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #AD4A18;
        font-weight : bold;
}
.textCenter3 {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #002ecc;
        font-weight : bold;
}				

TABLE  {
	border : none;
	width : auto;
}	

/* https://developer.mozilla.org/en-US/docs/Web/CSS/background-size */	

.Home  {
	
      /*  background-attachment : no-repeat center center fixed;
        background-size: cover; 
        overflow: hidden; */
        background-size : cover;  
        background-attachment : fixed;            
        background-image : url(../images/StMaryInsideT2.jpg);
}


A  { 
	text-decoration : none;	  
}
	
A.underline { 
	text-decoration : underline;
}
	
A:hover {
	color: #CC0033;
	text-decoration : underline;
}
A:link {
 	font-family: "MS Sans Serif", Geneva, sans-serif;
}
A:active {color: #CC0033}
A:visited {color: #663333}

.memorialPageBackButton {
	border: 4px solid #8b4726;
	border-left: 6px solid #D2B48C;
	border-top: 6px solid #D2B48C;
	font-weight : bold;
	color : #D2B48C;
	background-color : #AD4A18;
	width : 08%;
}

.memorialNames {
	color: White;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

A.memorialNames {
	color: White;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}
.centerButton
{
	text-align: center;
}
.top
{
	text-align: top;
}
.left
{
	text-align: left;
}
.bottom
{
	text-align: left;
}


/* start richTextEditor --- from rte.css  */



/* end richTextEditor --- from rte.css */
/*	
A:hover {color: #CC0033}
A:link {color: #000033}
A:active {color: #000033}
A:visited {color: #00A5C6}



A:hover {color: #CC0033}
A:link {color: #000033}
A:active {color: #000033}
A:visited {color: #999999}

A  {
	text-decoration : none;
	Active : #000066;
	visited : #999999;
}

A:hover {color: #cc0033}
A:link {color: #cc0033}
A:active {color: #000066}
A:visited {color: #cc0033}

A:hover {color: #660000}
A:link {color: #cc0033}
A:active {color: #000066}
A:visited {color: #999999}

a.leftnavrollover:link { color:#ffffff; }
a.leftnavrollover:hover { color:#ffcc33; }


*/
