/** These styles are used in the backend editor AND in your Theme. **/
.blurb {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 95%;
	font-style: italic;
}
.blurb em {
	font-style: normal;
}

.graybox {
	background-color: #eee;
	padding: 10px;
}

.highlight {
	background-color: yellow;
}
.margin-top {
	margin-top: 1.5em;
}
.margin-bottom {
	margin-bottom: 1.5em;
}
h2 {
	font-size: 1.6em;
	margin-bottom: 5px;
	clear: none !important;
}
h3 {
	font-size: 1.2em;
}

h4 {
	margin-bottom: 0px;
}
blockquote {
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	font-size: .9em;
	font-style: normal;
	border: 0;
}

address {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 95%;
}


address em {
	font-style: normal;
}