.FloatRight {
float : right;
}

.FloatLeft {
float : left;
}

.Clear {
clear : both;
}

.Center {
text-align : center;
}