body {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	}
	
h1,h2,h3, h4 {
	margin: 10px 10px 5px 10px;
	text-align: center;
	font-weight: bold;
	line-height: 120%;
	}

h1 {
	font-size: 180%;
	}
	
h2 {
	font-size: 150%;
	}

h3 {
	font-size: 120%;
	}

h4 {
	font-size: 100%;
	}

p {
	margin: 10px 30px 10px 30px;
	}
	
p.indent {
	margin: 10px 50px 10px 50px;
	}

.center {
	text-align: center;
	}
	
.memoriam {
	text-align: center;
	color: #fff;
	background-color: #000;
	margin: 20px 50px;
	padding: 10px 0px 5px 0px;
	border: 3px groove #ccc;
	}

.pull-quote-left {
	font-weight: bold;
	margin: 5px 30px;
	padding: 0px 0px 10px 0px;
	}
	
.pull-quote-right {
	font-weight: bold;
	margin: 5px 30px;
	padding: 0px 0px 10px 0px;
	}

table.shop {
	border-collapse: collapse; 
	border-spacing: 0px; 
	border: 1px solid #9ab;
	font-size: 90%;
	line-height: 120%;
	}
