/* Flyer style sheet flyer.css copyright 2007-2008 Lerner Consulting, Inc. www.lernerconsult.com */ 


body {
	background: #FFFFFF url(/images/sumtextb.jpg) repeat; 
	text-align: left;
	font-size:100%; /* 16 px */
	line-height:1.125em;	/* 16px × 1.125 = 18px */
}
div {
	width:780px; 
	min-width: 48em; max-width:100%; 
	/* if specify left/right margins it won't center */
	margin-left: auto; margin-right: auto; 
	margin-top:2.5em;
	background: white;
}
p {
	font-family:Arial,Helvetica,sans-serif;
	font-size:22pt;
	line-height:28pt;
	color:black;
	font-weight:800;
	text-align:left;}
h1 {
	font-size: 36pt; color: red; font-family: 'Bookman Old Style'; 
	line-height:46pt;
	font-weight:800;
	text-align:center;
	border:none;
}
h2 {
	font-size: 22pt; color: black; font-family: 'Bookman Old Style'; 
	line-height:28pt;
	font-weight:800;
	text-align:center;
	border:none;
}
.black {color:black}
.blue {color: navy}
.red {color: red}
.green {color:green}
