.menu {
	background-color: #000000;
	text-align: center;
	height: 150px;
	width: 350px;
	border: medium inset #999999;
	margin: auto;
}
.description {
	background-color: #CCCCCC;
	width: 80%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	height: 100%;
	color: #000000;
	text-align: left;
	text-indent: 5pt;
	padding: 5px 10px;
	border: thin groove #003366;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #993333;
	text-decoration: underline;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFFF99;
}
.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #000059;
	text-align: center;
	font-weight: bolder;
	font-style: oblique;
}
.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #000000;
	font-weight: bold;
}
.h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
}
.header {
	background-color: #003399;
	text-align: center;
	width: 450pt;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	border: medium inset #003399;
	background-image: url(images/header_back.jpg);
	height: 110pt;
}
