﻿body
{
    margin-top: 0px;
    margin-left: 0px;
    background-color: #000000;
    margin-right: 0px;
}

.copyright
{
    font-size: xx-small;
    color: gray;
    font-family: Arial;
}

.footer
{
    font-size: xx-small;
    color: black;
    font-family: Arial
}

.layout
{
    position: absolute;
    top: 27px;
}

.ofInterest
{
    font-size: 12pt;
    color: #98151b;
    font-family: Arial;
    font-weight: bold;
}

.ofInterestDate
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial;
}

.content
{
    font-size: 12pt;
    font-family: Arial;

}

A
{
    color: #000000;
    font-size: 10pt;
    font-family: Arial;
    text-decoration: none;
}


A:hover.nonTitle
{
    color: #98151b;
    font-family: Arial;
    text-decoration: underline;
}

A:visited
{    
    font-size: 10pt;
    font-family: Arial;
}


