﻿body  
{
    background-color: #000000; background-image: url('images/bkgrnd.jpg'); background-repeat: repeat-x; font-family:Verdana; font-size:12px; text-align:left; color:White;
}
p {font-family:Verdana; font-size:12px; color:White;}

h1 { font-family:Arial; font-size:22px; color:White;}
h2 { font-family:Arial; font-size:18px; color:White;}
h3 { font-family:Arial; font-size:14px; color:White;}
h4 { font-family:Arial; font-size:12px; color:White;}


a:link
        {
            text-decoration: none; font-family:Verdana; font-size:12px; color:#F73F35;
        }
        a:visited
        {
            text-decoration: none; font-family:Verdana; font-size:12px; color:#F73F35;
        }
        a:hover
        {
            text-decoration: underline; font-family:Verdana; font-size:12px; color:White;
        }