.clear{
	clear: both;
}
.left{
	float:left;
}
.right{
	float: right;
}
.margin10{
	margin:10px;
}
.black{
	color:black;
}

