@charset "utf-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: blue;
}
.floatleft {
	float: left;
	text-align: left;
}
.floatright {
	float: right;
}
#fscroller {
	background-color: #C00;
	margin-top: 4px;
}

