table {
	margin: 3px;
	padding: 3px;
	background-color: #cccccc;
	border: thin outset;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #cccccc;
}
h1 {
	text-align: center;
	color: #0033CC;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: capitalize;
	font-weight: bold;
	padding-top: 0px;
	margin: 0px;
}
h2 {
	font-size: 14px;
	color: #0033CC;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin: 0px;
	padding-top: 0px;
}
h3 {
	font-size: 12px;
	color: #0033CC;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	font-style: italic;
	clear: left;
}
p {
	margin-top: 10px;
}
li {
	padding-top: 5px;
	padding-bottom: 5px;
}
