body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 10px;
	margin-right: 15%;
	margin-left: 15%;
	margin-top: 0px;
	padding-top: 0px;
	color: #FFFFFF;
	background-color: #000000;
}
.fmlogo {
	font-size: xx-small;
}
.imgleft {
	float: left;
	padding: 0px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #FF0000;
}
.imgcol {
	padding: 0px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #FF0000;
}
.imgright {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #FF0000;
}
.imgcenter {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #FF0000;
	text-align: center;
}
.imgnone {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #FF0000;
}
h1, h3 {
	text-align: center;
}
.showimg {
	text-align: center;
	border: 2px solid #FF0000;
}
.copyright {
  font-size: 9px;
}
 a:link {
	text-decoration: none;
	color: #FF0000;
}
 a:visited {
	text-decoration: none;
	color: #FF0000;
}
 a:hover {
 	text-decoration: underline;
	color: #FF0000;
}
.navbut {
	color: #FFFF00;
	font-size: small;
	border: 1px solid #666;
}
.notice {
	width: 300px;
	text-align: center;
	background-color: #333333;
	border: thin solid #FF0000;
}
.narrowbody {
	width: 400px;
	text-align: left;
}
.centerblock {
	text-align: center;
}
