﻿.align-center
{
    text-align: center;
}
.b
{
    font-weight: bold;
}
.align-right
{
    text-align: right;
}
.align-center
{
    text-align: center;
}
.red
{
    color: Red;
}
.fs-10
{
    font-size: 10px;
}
.fs-12
{
    font-size: 12px;
}
.fs-16
{
    font-size: 16px;
}
.lh-25
{
    line-height: 25px;
}
.lh-20
{
    line-height: 20px;
}
 
