.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.clear{
    clear: both;
}