/* CSS Document */
body {margin-top: 0px; margin-bottom: 0px; background-color: #8B623F;}

h1 {font-family: Arial, Helvetica, sans-serif; font-size: 30px color: #000000; text-align: center;}

h2 {font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #69814E; text-align: center;}

h3 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #E31E27; text-align: center;}

a:link {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; text-decoration: underline; color: #69814E;}
a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; text-decoration: underline; color: #8B623F;}
a:visited {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; text-decoration: underline; color: #8B623F;}

.sitetitle {
	font-family: Arial, Helvetica, sans-serif;
font-size: 30px color: #000000; 	text-align: left;
	font-size: 30px;
	font-weight: bold;
	color: #5B3D1E;
}
.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: justify;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 1;
}	
.blacktextcentered {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; text-align: center;}
.redboldtext {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #E31E27; font-weight: bold; text-align: center;}
.greenboldtext {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #69814E; font-weight: bold; text-align: center;}
.blackboldtext {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #000000;  font-weight: bold; text-align: center;}

.excerpttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: justify;
	margin-top: 4px;
}	
p + p {
    margin-top: 8px;
}