@charset "utf-8";
/* CSS Document */

.float-right {
	float: right;
	margin-left: 10px;
}
.float-left {
	float: left;
	margin-right: 10px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.center {
	text-align: center;
}
.featured {
	background: #009900;
	text-decoration: blink;
}
