﻿body
{


    font-size: 11pt;
    font-family: Arial;
}

.copyright
{
    font-size: xx-small;
    color: gray;
    font-family: Arial;
}
.footer
{
    font-size: xx-small;
    color: black;
    font-family: Arial;
}
.DetailTitle
{   font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
    color: black;
 }
A
{
    color: black;
    font-family: Arial;
    text-decoration: none;
}


A:hover
{
    color: black;
    font-family: Arial;
    text-decoration: underline;
}

A:visited
{    
    color: black;
    font-family: Arial;
}