﻿a:link, a:active, a:visited 
{
    color: #4A265A; 
    text-decoration: underline;
}

a:hover 
{
    color: #4A265A; 
    text-decoration: none;
}

body
{
    background-image: URL(images/bg.gif);
    background-repeat: repeat-x;
    margin-top: 0;
    margin-left: 0;
    background-color: #ffffff;
    font-size: 10pt;
    color: black;
    font-family: Arial;
}

TH
{
    font-weight: bold;
    color: white;
    text-decoration: underline;
    background-color: #000066;
}
.News
{
    font-weight: bold;
    color: white;
    text-decoration: underline;
    background-color: #000066;
    text-align: left;
}
