@charset "utf-8";
.banner {
	border: thin solid #000000;
}
.pagetitle {
	color: black;
	font-size: 68px;
	font-style: normal;
	text-align: center;
	font-family: italianno;
	font-weight: 400;
}
.imagestrd {
	border: thin solid #000000;
}
.floatleft {
	float: left;
	border: thin solid #000000;
	margin-right: 10px;
}
.floatright {
	margin-top: 0px;
	margin-left: 10px;
	float: right;
	border: thin solid #000000;
}
.normfont {
	font-family: comic sans ms;
	font-size: 18px;
}
.tablepic {
	border: thin solid #000000;
	max-width: 250px;
	max-height: 150px;
}
