@CHARSET "UTF-8";
body{
	color: black;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: darkgray;
}
a{
	text-decoration: none;
	color: navy;
}
th{
	color: white;
	background-color: navy;
	text-align: left;
	padding: 3px 0px 3px 0px;
}
h1{
	color: white;
	background-color: rgb(64,64,64);
	width: 100%;
	font-weight: normal;
	padding: 3px;
}
.pageTitle{
	font-weight: bold;
	font-style: italic;
	font-size: larger;
}