body { 
	font: 16px Trebuchet MS;
	background: white;
	margin: 0px; 
	padding: 0px;
}

h1 { 
	font-size: 22px; 
	font-family: "Trebuchet MS";
	font-weight: bold; 
	color: #23497c; 
	margin-bottom: 28px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #3267AF;
	border-bottom: 1px solid;
	font-family: "Trebuchet MS"; 
	margin: 0;
	margin-bottom: 8px;
}
h3 { font-size: 18px; font-weight: bold; color: #3267AF; }
a:active { color: rgb(0,0,102); text-decoration: underline; }
a:link { color: rgb(0,0,102); text-decoration: underline; }
a:hover { color: rgb(40,40,102); text-decoration: underline; }

