﻿A, A:link, A:visited, A:hover, A:active
{
    color: #ffcc00;
    font-weight: normal;
    text-decoration: none;
}

BODY
{
    background-image: url('images/background.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #a51f21;
    
    color: #f5f5f5;
    
    font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
    font-size: 12px;
}

H1
{
    font-size: 22px;
    color: #f5f5f5;
}

.footer
{
    padding: 5px 0px 5px 0px;
    border-width: 1px 0px 1px 0px;
    border-color: #c0c0c0;
    border-style: solid;
    text-align: center;
}

.footer A, .footer A:active, .footer A:visited, .footer A:link
{
    margin-right: 5px;
    text-decoration: none;
    padding: 0px 5px 0px 5px;
    border-right: 1px dotted #c0c0c0;
    color: #c0c0c0;    
}

.footer A:hover
{
    margin-right: 5px;
    text-decoration: none;
    padding: 0px 5px 0px 5px;
    border-right: 1px dotted #c0c0c0;
    color: #990000;  
    background-color: #ffffff;
}

.menu
{
    width: 100%;
}

.menu TR TD
{
    padding: 0px;
    margin: 0px;
}

.menu TR TD A, .menu TR TD A:active, .menu TR TD A:link
{
    color: #ffffff;
    display: block;
    padding: 3px;
    border-bottom: 1px dotted #990000;
    text-decoration: none;
}

.menu TR TD A:visited
{
    color: #c0c0c0;
    display: block;
    padding: 3px;
    border-bottom: 1px dotted #990000;
    text-decoration: none;
}

.menu TR TD A:hover
{
    color: #990000;
    display: block;
    padding: 3px;
    border-bottom: 1px dotted #990000;
    text-decoration: none;
    background-color: #ffffff;
}

.PhotoAlbumHtmlCell
{
    vertical-align: middle;
    text-align: center;
    padding: 5px;
}

.PullQuote
{
    margin: 10px;
    padding: 10px 5px 10px 5px;
    border-width: 2px 0px 2px 0px;
    border-color: #ffffff;
    border-style: solid;
    font-family: Georgia, Times New Roman, Serif;
    font-style: italic;
    font-size: 15px;
    font-weight: bold;
    float: left;
    width: 30%;
    text-align: center;
}
