﻿.b
{
    font-weight: bold;
}
h1
{
    font-weight: bold;
    line-height: 30px;
    font-size: 16px;
    display: block;
    clear: both;
    color: #000000;
    margin-left: 20px;
}

h2
{
    font-weight: bold;
    line-height: 30px;
    font-size: 16px;
    display: block;
    clear: both;
    color: #000000;
    margin-left: 20px;
}

h1 a:link
{
    color: #000000;
}
b,strong
{
    font-weight: bold;
}
.lh-20
{
    line-height:20px;
}