﻿body {
	background-color: #97ADB4;

}


h1 {
	font-family: Georgia;
	font-size: 36px;
	color: #9C0000;
	text-align: center;

}

h2 {
	font-family: Georgia, serif;
	font-size: 26px;
	color: #9C0000;
	text-align: center;
	
}


h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	color: #9C0000;
	text-align: left;

}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1A4084;

}


p {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


.mastertable {
	background-color: #FFFFFF;
}

.prehead {
	font-family: Georgia, serif;
	font-size: 18px;
	text-align: center;
	font-style: italic;
	
}

.testimonial {
	border: 2px #5e808a solid; 
	padding: 10px; 
	background: #FFFFCC; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	}




.highlight {
	background-color: #FFFF00;


}


.larger {
	font-size:1.4em;

}


a {
	text-decoration: underline;
	color: #1A4084
}


.blackitalic {
	color: #000000;
	font-weight: normal;
	font-style: italic;
	
}


