@charset "UTF-8";
.centerit {
	text-align: center;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
	padding: 5;
}
.colorred {
	color: #F00;
	font-weight: bold;
}
