@charset "iso-8859-1";
<STYLE TYPE="TEXT/CSS">.
BODY  {  color: black;	 
         font-weight: bold;
		 font size: 1.0em;
         font-family: Garamond, serif;
		 }
H1  { 
		color: #174495;
		font-size: 2em;
       }
H3   { 	
       color: #174495;
       font-weight: bold;
       font-variant: small-caps;
	   text-align: left; 
	   }   	 

P   { 
	  margin: 0.6em 0m 0.6em 0em;
	  text-align: justify;   
	  color: #174495; 
	  font-weight: bold; 
	  font-size: 1em;
	  }

A:link  { text-decoration: underline }
A:hover { background:cyan }
A:visited  { text-decoration: none }

DIV.death {	
           width: 66%;
           border-style: solid; 
		   border-width: thick;
		   border-color: black;
		   padding:  1em;	
		   font-weight: bold;
		   text-align: justify;
		}
		
DIV.news {
		border-style: double;
		padding: 0.1em 1em 1em 1em;
		border-color: #EE9D00;
		text-align: justify;
		}

DIV.footer {
	  color: #174495;
	  font-size: 0.7em;
	  font-weight: normal;
	  text-align: center;
	  }

DIV.gifts {
	  border-style: solid #174495 thin;
	  font-size: 1em;
	  text-align: center;
	  color:#174495; 
	  }	 

DIV.obit  {
	  border-style: solid black thick;
	  font-size: 1em;
	  text-align: justify;
	  color: black
	  }	  
	  
DIV.centerindiv	  { text-align: center; }

</STYLE>
