﻿.MyLarge{font-size:xx-large}
.MyBold{font-weight:bolder}

.MyLogoFont{font-family:Arial;font-weight:bolder;}

.large_f{font-size:large;}
.small_f{font-size:small;}


.small_x {
    font-size: x-small;
    line-height: 1.2;
}
.small_xx {
    font-size: xx-small;
    line-height: 1.2;
}

.small {
    font-size: small;
        line-height:1.2;
}