body {
	font-family: Arial;
	font-size: 0.75em;
	line-height: 1.17;
}

a { text-decoration: none; }
a:hover { text-decoration: underline }

ol.lowerAlpha {
	list-style-type: lower-alpha;
}

span.quote { /*  Using a Span element because that's what WYSIWYGPro uses to apply the classes */
	display: block;
	padding-left: 20px;
	font-style: italic;
}
span.notice {
	display: block;
	background-color:red;
	padding: 10px;
}