﻿html
{
    height: 100%;
}

body 
{
    background-color: #1F1F1F;
    font-family:  Trebuchet MS, Verdana, Sans-Serif ;
    font-size: 12px;
    margin-top: 0px;   
    margin-left: 0px;
    margin-right: 0px;  
    text-align: center;
    display: block;
    color: #3a3a3a;
    margin-bottom: 0;
    min-height: 100%;
    height: 100%;
    background: #1F1F1F url(themeImages/siteBackground2.jpg) repeat-y;
    background-position:  50% top;
}
img { border: 0px; padding: 0px; }

a { color: #00307c; }
a:hover {color: #8d0b07;}
h2{color: #8d0b07;}
h3{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    
}
