H6
{
    font-family : Arial , Helvetica , sans-serif;
    font-size : 8pt;
    font-weight : lighter;
    text-align : left;
    font-color : white;
    margin-left : 20px;
}
.items
{
    font-family : Arial , Helvetica , sans-serif;
    font-size : 7pt;
    font-weight : lighter;
    text-align : center;
}
H3
{
    font-family : Arial , Helvetica , sans-serif;
    font-weight : lighter;
    font-size : 9pt;
}
H5
{
    font-family : Arial , Helvetica , sans-serif;
    font-size : 16px;
}
H4
{
    font-family : Arial , Helvetica , sans-serif;
    font-size : 10pt;
    background-color : rgb(153 , 204 , 204);
    border-style : solid;
    border-top-width : thin;
    border-right-width : thin;
    border-bottom-width : thin;
    border-left-width : thin;
    text-align : center;
    font-weight : lighter;
}
a:link
{
    text-decoration : none;
}
a:visited
{
    text-decoration : none;
}
a:active
{
    text-decoration : none;
}
a:hover
{
    text-decoration : underline;
}