.fl{
    float: left;
}
.cl{
    clear: both;
}
.fr{
    float: right;
}
.b{
    font-weight: bold;
}
.acenter{
    text-align: center;
}
.ajustify{
    text-align: justify;
}
.acenter{
    text-align: center;
}
.w50{
    width : 50px;
}
.w200{
    width : 200px;
}
.pl30{
    padding-left: 30px;
}
.pl20{
    padding-left: 20px;;
}
