body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #5656af;
}
body {
	background-color: #ffe6b2;
}
a:link {
	color: #5656af;
	text-decoration: none;
}
a:visited {
	color: #5656af;
	text-decoration: none;
}
a:hover {
	color: #960c12;
	text-decoration: none;
}
a:active {
	color: #5656af;
	text-decoration: none;
}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	color: #5656af;
	text-align: left;
	display: block;
}
.subheading {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #5656af;
	text-align: left;
	display: block;
}
.description {
	border: thin solid #8383af;
	text-align: center;
	margin: 0px auto;
	padding: 5px;
	clear: both;
	width: 60%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	display: block;
	background-color: #FFFFFF;
}
.imageborder {
	border: thin solid #8383af;
}
.menu {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #5656AF;
	border: thin solid #5656AF;
	height: 100%;
	width: 100%;
	display: none;
	padding: 0px;
}

