﻿.none, .h1, .h2, .h3, .h4, .h5, .h6
{
    font-family: 'Trebuchet MS';
    color: #000000;
}
.none
{
    font-size: 12px;
    text-align: center;    
}
.h1
{
    font-size: 24px;
    font-weight: bold;
}
.h2
{
    font-size: 24px;
    font-weight: bold;
    color: #909090;
    margin-left: -3px;
}
.h3
{    
    font-size: 15px;
    font-weight: bold;
}
.h4
{
    font-size: 15px;
    font-weight: bold;
    color: #909090;
}
.h5
{
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
.h6
{
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
}

