/* CSS definition file containing sitestyle stylesheets */

blockquote {
    color: #F4F4A8;
}

body {
    font-family: 'Times New Roman', Roman, serif;
    color: #B83810;
    background-color: #000000;
    background-image: url("../sitestyle/site_background.png");
    margin: 0;
}

 a:link { color: #E45E23;}
 a:visited { color: #999933;}
 a:hover { color: #DBCF95;}

 img{
    border:none;
    }

 p {
    font-family: 'Times New Roman', Roman, serif;
    color: #E4401C;
    }

 h1 {
    font-family: 'Times New Roman', Roman, serif;
    color: #F4F4A8;
    }

 h2 {
    font-family: 'Times New Roman', Roman, serif;
    color: #F4F4A8;
    }

 h3 {
    font-family: 'Times New Roman', Roman, serif;
    color: #F4F4A8;
    }

 h4 {
    font-family: 'Times New Roman', Roman, serif;
    color: #F4F4A8;
    }

 h5 {
    font-family: 'Times New Roman', Roman, serif;
    color: #F4F4A8;
    }

 h6 {
    font-family: 'Times New Roman', Roman, serif;
    color: #F4F4A8;
    }

 address { color: #F4F4A8;}
 pre {
    color: #E4401C;
    }

 hr {
    border: 0;
    color: #F4F4A8;
    background-color: #B83810;
    height: 1px;
    width: 100%;
    }
 