
body {
	font-family: sans-serif,verdana;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left:20px;
	font-size: 70%
}
table {
	font-family: sans-serif,verdana;
	line-height: 0px;
	height: 35px;
	width: 100%;
	font-size: 100%;
	font-weight: bold;
	border-style: double;
	background-color: #3f6;
	text-align: center;
	border-width: 4px;
	margin-bottom: 3px;
}
h1 {
	font-family: serif,verdana;
	font-size: 16px;
	text-align: center;
}
h4 {
	font-family: sans-serif,verdana;
	font-size: 12px;
	font-weight:normal;
	background-color: #FF3300;
	border-width: 4px;
	border-style: double;
	border-color: green;
	text-align: center;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 3px;
}
h5 {
	font-family: sans-serif,verdana;
	font-size: 16px;
	background-color: #FF3300;
	border-width: 4px;
	border-style: double;
	border-color: green;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 3px;
}
span.a {
	font-family: sans-serif,verdana;
	text-decoration-color: White;
	font-weight: bold;
	font-size: 11px;
	width: 596px;
  	padding: 4px;
	border-style: double;
  	background-color: #FF3300;
}
span.b {
	display:inline-flex;
	font-size: 11px;
	text-align: left;
	height: 200px;
  	width: 213px;
  	padding-top: 5px;
	padding: 6px;
	border: 1px solid blue;
  	background-color: yellow;
	margin-bottom: 3px;
}
span.c {
	display:inline-flex;
	font-size: 11px;
	text-align: left;
	height: 200px;
	width: 442px;
	padding-top: 5px;
	padding: 6px;
	border: 1px solid blue;
	background-color: yellow;
	margin-bottom: 3px;
}
