body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	margin: 10px;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	margin: 10px;
	background: #EEEEEE;
	border: thin solid darkgrey;
}
select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}
button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: darkblue;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: darkblue;
	font-size: 14pt;
}
td {
	text-align: center;
	padding: 5px;
	border: medium solid white;
}
img {
	border: none;
}
caption {
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	margin: 10px;
}

