﻿.f-9 {
    font-size: .9em !important;
}
.f-8 {
    font-size: .8em !important;
}
.f-7 {
    font-size: .7em !important;
}
.f-10{
    font-size:1em !important;
}
.f-11{
    font-size:1.1em !important;
}
.f-12 {
    font-size: 1.2em !important;
}
.f-13 {
    font-size: 1.3em !important;
}
.f-14 {
    font-size: 1.4em !important;
}

.f-15 {
    font-size: 1.5em !important;
}
.font-bold{
    font-weight:600 !important;
}

.Italic {
    font-style: italic;
}

.Underline{
    text-decoration: underline;
}