html
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    cursor: default;
}

head
{
}

body
{
}

end
{
}

p
{
    margin: 0 0 1em 0;
}

a
{
    color: #2980C5;
    text-decoration: none;
}

acronym
{
    border-width: 1px;
    border-color: #2980C5;
    cursor: help;
    color: #2980C5;
    font-variant: small-caps;
    border-bottom-style: dashed;
}

.littletext
{
    text-transform: capitalize;
    font-size: xx-small;
}

.lowerlinks
{
    border-style: solid;
    border-width: 1px;
    text-align: center;
    text-transform: capitalize;
    font-size: xx-small;
}

.links
{
    background-position: center;
    background-image: url( 'links.png' );
    width: 170px;
    height: 350px;
    text-align: center;
}

.toplogo
{
    background-image: url('header.png');
    width: 950px;
    height: 220px;
    background-repeat: no-repeat;
}

.h
{
    font-size: 14px;
    font-weight: bold;
}

.name
{
    font-variant: small-caps;
}

.ph
{
    color: #0099CC;
}

.email
{
    font-weight: normal;
    font-variant: small-caps;
    color: #0099CC;
}

.mission
{
    font-size: xx-small;
    text-align: Justify;
    color: #808080;
}

.red
{
    color: #CC0000;
}