a:link
{
    text-decoration: none;
    color: rgb(56,47,66);
}
a:visited
{
    text-decoration: none;
    color: rgb(56,40,66);
}
a:active
{
    text-decoration: none;
    color: rgb(0,0,200);
}
a:hover
{
    text-decoration: none;
    color: rgb(255,0,0);
}
body
{
    font-family: Bookmn Old Style, Times New Roman, Times;
    background-color: rgb(255,255,255);
    color: rgb(56,47,66);
}
td.h1
{
    background-color: rgb(255,255,255);
    font-family: Helvetica, Arial;
    font-size: 28px;
    font-weight: bold;
    color: rgb(56,47,66);
}
td.title
{
    background-color: rgb(190,190,190);
    font-family: Helvetica, Arial;
    font-size: 14px;
    font-weight: bold;
    height: 19;
    width: 210;
    border-right: 1px solid rgb(0,0,0);
    border-bottom: 1px solid rgb(0,0,0);
}
td.item
{
    background-color: rgb(255,255,255);
    font-family: Helvetica, Arial;
    font-size: 12px;
    width: 210;
    border-right: 1px solid rgb(225,225,225);
    border-bottom: 1px solid rgb(225,225,225);
}
td
{
    font-family: Helvetica, Arial;
    font-size: 12px;
}
h1
{
    background-color: rgb(255,255,255);
    font-family: Helvetica, Arial;
    font-size: 24px;
    font-weight: bold;
    color: rgb(56,47,66);
    border-right: 1px solid rgb(0,0,0);
    border-bottom: 1px solid rgb(0,0,0);
}
h2
{
    background-color: rgb(190,190,190);
    font-family: Helvetica, Arial;
    font-size: 14px;
    font-weight: bold;
    color: rgb(56,47,66);
    height: 20;
    border-right: 1px solid rgb(0,0,0);
    border-bottom: 1px solid rgb(0,0,0);
}
h3
{
    font-family: Helvetica, Arial;
    font-size: 14px;
    font-weight: bold;
    color: rgb(0,0,0);
    border-right: 1px solid rgb(56,47,66);
    border-bottom: 1px solid rgb(56,47,66);
}
h4
{
    background-color: rgb(255,255,255);
    font-family: Helvetica, Arial;
    font-size: 14;
    color: rgb(56,47,66);
    border-right: 1px solid rgb(0,0,0);
    border-bottom: 1px solid rgb(0,0,0);
}


