h1 {
	margin: 5px 0;
	padding: 5px 0 3px 10px;
	font-size: 20px;
	font-weight: bold;
	border-top: 1px solid #999;
	border-bottom:1px solid #999;
 }

h2 {
	margin: 15px 0 0 10px;
	padding: 0 10px;
	background-color :transparent;
	font-weight: bold;
	color: #cc0033;
	border-left:10px solid #cc0033;
	border-bottom:1px solid #cc0033;
}

h3 {
	margin: 15px 0 0 10px;
	background-color :transparent;
	color: #000088;
	font-weight: bold;
}

h4 {
	margin: 10px 0 0 10px;
	background-color :transparent;
	color: #000;
	font-weight: bold;
}

p {
	padding: 10px 0 0 10px;
	line-height:1.5em;
}

