.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.5em;
	font-style: normal;
	color: #000066;
	text-decoration: underline;
}
.page {
	margin: 1%;
	padding: 1%;
	background-color: #CCFF66;
	border: thin groove #666666;
	height: 100%;
}
.menu {
	margin: 1%;
	padding: 1%;
	font-family: "Times New Roman", Times, serif;
	color: #000033;
	width: 10%;
	top: 200px;
	border: thin groove #666666;
	left: 1%;
	background-color: #CCFF66;
	position: absolute;
	text-align: center;
}
.content {
	margin: 1%;
	padding: 1%;
	color: #000033;
	font-family: "Times New Roman", Times, serif;
	width: 80%;
	top: 200px;
	right: 1%;
	border: thin groove #666666;
	background-color: #CCFF66;
	position: absolute;
	text-align: center;
}
.imgviewer {
	margin: 1%;
	padding: 1%;
	color: #000033;
	font-family: "Times New Roman", Times, serif;
	width: auto;
	top: auto;
	border: thin groove #666666;
	background-color: #CCFF66;
	text-align: center;

}
.bg {
	background-color: #CCFFCC;
}
.sectionhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	color: #003399;
	text-decoration: underline;
	text-align: center;
}
.guestcomm {
	background-color: #CCCC66;
	text-align: justify;
	margin: 5px;
	padding: 5px;
	height: auto;
	width: 50%;
	border: 1px ridge #003300;
}
a:link {
	font-size: 1.1em;
	color: #000066;
}
a:visited {
	font-size: 1.1em;
	color: #000066;
}
a:hover {
	font-size: 1.1em;
	color: #000066;
}
a:active {
	font-size: 1.1em;
	color: #000066;
}
.bbg {
	background-color: #CCCCCC;
}
