﻿body {
}

.PageTitle
{
    font-size: x-large;
}


BODY .News
{
    FONT-WEIGHT: bolder;
    COLOR: black;
    FONT-FAMILY: 'Times New Roman';
    FONT-VARIANT: small-caps
}

BODY .NewsVolume
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: smaller;
    FONT-FAMILY: 'Times New Roman';
    FONT-VARIANT: small-caps
}

BODY .LegalJumbo
{
    font-style: normal;
    font-family: 'Times New Roman';
}


.BoldWords
{
    font-weight: bolder;
}

.Warning
{
    font-weight: bolder;
    color: red;
    background-color: yellow;
}

A:visited
{
    color: #0000ff;
}
A:active
{
    color: #ff0000;
}


.NewStuff
{
    border-right: thin outset;
    border-top: thin outset;
    border-left: thin outset;
    border-bottom: thin outset;
    background-color: #FF9999;
    vertical-align: middle;
    text-align: center;
}

.Staff
{
    background-color: #ffc0cb;
}
.StaffBoldWords
{
    background-color: #ffc0cb;
    font-weight: bolder;
}

.AllEligable
{
    background-color: #ffcc99;
}

.SomethingHappened
{
    color: #006400;
    background-color: #ccffcc;
    text-align: center;
}

.Ill
{
    vertical-align: middle;
    background-color: #adff2f;
    text-align: center;
    border-right: red thin solid;
    border-top: red thin solid;
    border-left: red thin solid;
    border-bottom: red thin solid;
}
img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
