h1
{
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Classes specific to the forum script */
.forum_default
{
}

.forum_brighter
{
}

.forum_shade
{
}

.forum_shade_hr
{
    background-color: #4d4d4d;
    height: 1px;
}

.forum_ul
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.forum_ulr
{
    font-size: small;
    margin-top: 0px;
    margin-bottom: 0px;
}

.forum_li1
{
    list-style-position: inside;
    margin-top: 0px;
    margin-bottom: 0px;
}

.forum_li1r
{
    font-size: small;
    list-style-position: inside;
    margin-top: 0px;
    margin-bottom: 0px;
}

.forum_li2
{
    list-style-position: outside;
    text-indent: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.forum_li2r
{
    font-size: small;
    list-style-position: outside;
    text-indent: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.forum_date
{
    font-size: small;
}

.forum_message
{
    line-height: 150%;
}

.forum_small
{
    font-size: 10px;
}

.forum_code
{
    font-family: courier new, courier;
    font-size: small;
    line-height: 130%;
    color: #000000;
    background-color: #dddddd;
    padding: 10px;
    border: #808080 solid 1px;
}

