/* Common attributes to all pages */

#pageLeft, #pageFoot, #homeFoot, #homeLeft, #homeRight {
	background-color: #5F823F;
}
div#authorLine, #authorLine a {
	font-size: 9pt;
	color: #5F823F;
	text-align: center;
	padding: .2em;
}
body, .normal {
	font-family: Arial, Helvetica;
	font-size: 11pt;
	color: #333;
}
.firstTitle, div.nameTitle, h3, h4 {
	color: #880011; /* dark red */
}
	
	