

/*formatting for WHEN obits */

body				 
						 {
						 font-family: Arial;
						 font-size: 12pt;
						 color: #fff;
						 background-color: #000;
						 line-height: 150%;
						 max-width:800px;
						 margin: 0 auto 0 auto;
						 }
h1					 {
						 text-align: center;
						 font-family: Arial, sans-serif;
						 font-size: 14pt;
						 color:#e3b566;
						 }
						  						 
.box				 {font-family: Verdana, sans-serif;
						 font-size: 12pt;
						 background-color: #000;
						 border: #e3b566 solid 2px;
						 margin: 20px;
						 padding: 20px;
						 }						 
						 
						 
