﻿

body a:link
{
    color: #000099;
        font-size: 8pt;
        z-index: 5000;

}
body a:visited
{
    color: #000099;
        font-size: 8pt;
        z-index: 5000;
}

body a:hover
{
    color: #ff0000;
        font-size: 8pt;
        z-index: 5000;
}
body a:active
{
    color: #000099;
        font-size: 8pt;
        z-index: 5000;
}

body
{
    font-size: 8pt;
    font-family: verdana;
}

.p
{
    font-size: 8pt;
    font-family: verdana;
}
.verdana2
{
    font-size:10pt;
    font-family: verdana;
     color:Blue;
}
.Text
{
    font-size: 8pt;
    font-family: verdana;
}

.TextBold
{
    font-size: 8pt;
    font-family: verdana;
    font-weight:bolder;
}


h1
{
    color: #800000;
    font-family: verdana;
    font-size: 11pt;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}
.BodyColored
{
    color: #800000;
}
.AlternativeLink
{
    color: #800000;
}
.AlternativeLink a:link
{
    color: #800000;
}
.AlternativeLink a:hover
{
    color: #800000;
    text-decoration: underline;
}
