﻿body, TD, LI, P, TEXTAREA, INPUT, DIV, UL, OL, select
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}
a
{
    color: Black;
}

body
{
    background-color: #FFFFFF;
}
.red
{
    background-color: #FF320C;
}
.orange
{
    background-color: #F19E22;
}
.yellow
{
    background-color: #F1DA74;
}
h1, h2
{
    font-family: Trebuchet MS, Arial Black;
    font-size: 140%;
    margin-bottom: 0px;
    margin-top: 16px;
}
h2
{
    font-size: 120%;
}
.headingRed
{
    font-family: Trebuchet MS, Arial Black;
    color: #B3000D;
}
.quote
{
    font-family: Trebuchet MS, Arial Black;
    color: #B3000D;
    font-size: 115%;
    font-weight: bold;
}
ol li
{
    line-height: 20px;
}
a:link
{
    color:#FF320C;
}

