﻿body
{
    /*background-color: #15301a;*/
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    font-size: 10pt;
    color: black;
    font-family: Verdana, Arial;
    text-decoration: none;
    background-color: #003300;
}

.clsCopyright
{
    font-size: 9pt;
    color: gray;
    font-family: Arial;
}
A
{
    font-weight: bold;
    color: Navy;
    text-decoration: none;
}

A:hover
{
    color: crimson;
    text-decoration: underline;
}

.clsMenu A
{
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.clsMenu A:hover
{
	color: #32cd32;
    text-decoration: none;
}

.clsRed
{
    font-weight: bold; /*color: #CC0000;*/
    color: green;
    color: #32cd32;
}

.clsClipTitle
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
}

.clsAirDate
{
   font-size: 8pt;
}