h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: rgb(0,0,0);
	font-weight: bold;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: rgb(0,0,0);
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: rgb(0,0,0);
	font-weight: normal;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #ff3300;
	font-weight: normal;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16pt;
	color: rgb(57,137,47);
	font-weight: bold;
	text-shadow: 1px 1px 1px #666666;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: rgb(0,0,0);
	font-weight: normal;
}
body div table {
	background-color: #c1e3bd;
	background-color: rgba(193,227,189,0.8);
	border-radius: 10px;
	height: auto;
	width: auto;
	border: 10px solid rgb(57,137,47);
	box-shadow: inset 0px 0px 3px 3px rgb(51,51,51);
}
