ADDRESS 
    {
    font-style : italic ;
    font-size : small ;
    }
.title
    {
    text-transform : capitalize ;
    }
.normal
    {
    font-style : normal ;
    font-weight : 500 ;
    font-size : medium ;
    }
.xsm
    {
    font-size : x-small ;
    }
.xl 
    {
    font-weight : bold;
    font-size : large;
    }
.sm 
    {
    font-weight : normal;
    font-size : small;
    font-style : italic;
    }
