body {
	margin-top: 50px;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	background-color: #EEEEEE;
	font-family: "Calibri", Verdana, Helvetica, sans-serif; 
	font-size: 12pt; font-weight: normal; 
	color: #000000; text-align: left; 
	line-height: 16pt;
}
a {
	text-decoration: none;
	color: #006600;
}
a:Hover {
	text-decoration: underline;
}
h1 {
	font-size: clamp(3vw,3em,4vw); 
	font-weight: bold; 
	color: #003300; 
	text-align: left; 
	line-height: clamp(3vw,3em,6vw);
	text-shadow: 3px 3px 2px #AAAAAA;
}
h2 {
	font-size: clamp(0.6vw,1.4em,1.8vw); 
	font-weight: bold; 
	color: #003300; 
	text-align: left; 
	line-height: 1.6;
}
h3 {
	font-size: 14pt; 
	font-weight: bold; 
	color: #003300; 
	text-align: left; 
	line-height: 18pt
}
em {
	font-weight: bold;
	font-style: normal;
}
#logodiv{
	float: right;
	white-space: nowrap;
}
#logodiv img{
	width: clamp(2vw,150px,177px);
	vertical-align: text-top;
}
