﻿html, body 
{
    background-color: #ADAFAE;
    font-family: verdana, Trebuchet MS, sans-serif;
    font-size: 10px;
    height: 60%;
}
h1
{
    font-family: verdana, Trebuchet MS, Sans-Serif;
    font-size: 14px;
    padding: 0px;
    margin: 0xp;
}

.center
{
    margin-left:auto; 
    margin-right:auto;
}

a.footer
{
    color: White;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 9px;
}

.required
{
    color: Red;
}

.hotlineNotes
{
    background-color: Yellow;
}

.greenHotlineNotes
{
    background-color: #66FF99;
}