﻿body, table {
	margin: 0px;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0px;
}
h1 {
	font-size: 38px;
	color: #FFFCD3;
	margin-top: 9px;
	font-family:Georgia;
	
}
h2 {
	font-size: x-large;
	color: #000000;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #FFFCD3;
	margin-top: 0px;
	color:Black;
}
h4 {
	font-size: medium;
	color: #555533;
	margin-top: 5px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: blue; font-weight:bold;
}
a:hover {
	text-decoration: none;
}

#tbl3 {background-color : #F5F5F5; border: 1px solid #646464; border-collapse:collapse;display: table-row;}
#tbl3 th {background-color : #F9C164; color:black; border: 1px solid #646464; padding: 5px; vertical-align: top;}
#tbl3 td {border: 1px solid #646464; padding: 5px; vertical-align: top;}
#tbl3 caption {text-align:left;}

li {list-style-type : square; color:#5A750C;}