/* Custom Styles for CGP to match editor text */
h1, h2, h3,  p {
	margin-bottom: 0.6em;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 115%;
}
.address {
	font-style: italic;
}
.highlight1 {
	font-weight: bold;
	color: #CC0000;
}
.highlight2 {
	font-weight: bold;
	color: #009900;
}
#content ul {
	margin-bottom: 10px;
}
#content li {
	font-weight: bold;
	list-style: circle inside;
}

