body {
	font-family : Arial, Helvetica, sans-serif;
	background-color : Navy;
	}
div.title {
	background-color : White;
	padding-top : 5px;
	padding-bottom : 5px;
	text-align : center;
	margin-left : 5%;
	margin-right : 5%;
	border : thin solid Black;
}
div.navbar {
	font-size : small;
	background-color : #FFFFCC;
	text-align : center;
	padding : 1px;
	margin-left : 5%;
	margin-right : 5%;
	border-left : thin solid Black;
	border-right : thin solid Black;
}
div.navbar2 {
	font-size : small;
	background-color : #FFFFCC;
	text-align : center;
	padding : 1px;
	margin-left : 5%;
	margin-right : 5%;
	border-left : thin solid Black;
	border-right : thin solid Black;
	border-bottom : thin solid Black;
}
div.body {
	background-color : white;
	padding : 10px;
	margin-left : 5%;
	margin-right : 5%;
	border : thin solid Black;
}
div.footer {
	background-color : Silver;
	font-size : x-small; 
	text-align : center;
	margin-left : 5%;
	margin-right : 5%;
	border-left : thin solid Black;
	border-right : thin solid Black;
}
th {
	background-color : #CCFFFF; 
	color : Navy;
	text-align : center;
}
td {
	background-color : #99FFCC;
	font-size : small;
	text-align : center;
}
p {
	text-indent : 20pt;
}
h2 {
	text-align : center;
}