﻿body
{
    font-size: 12px;
    font-family: Arial;
    background-image: url('background.jpg');
    background-repeat: repeat-x; background-position: top left;
    margin: 0px; padding: 0px;
}

h1 { font-family: Arial Narrow, Arial; font-size: 24px; font-weight: normal;
     color: #C0AA5A; padding:0px; margin: 0px; padding-bottom: 10px; padding-top: 5px; }

h2 { font-family: Arial Narrow, Arial; font-size: 20px; font-weight: normal;
     color: #C0AA5A; padding:0px; margin: 0px; padding-bottom: 10px; padding-top: 5px;  }
     
h3 { font-family: Arial Narrow, Arial; font-size: 20px; font-weight: normal;
     color: #C0AA5A; padding:0px; margin: 0px; padding-bottom: 3px; padding-top: 15px;  }

p { padding: 0px; margin: 0px; padding-bottom: 10px;}

a:link, a:visited, a:active { text-decoration: none; color: #BAA65D; }
a:hover { text-decoration: underline; color: #BAA65D; }

.link { padding: 5px; border-top: 1px solid #D6C9A4;
        font-size: 12px; font-family: Arial Narrow, Arial;
        color: #BAA65D; }
        
.link a:link, .link a:visited, .link a:active, 
    .link a:hover { text-decoration: none; color: #BAA65D; }
 
.linkSelected { padding: 5px; border-top: 1px solid #D6C9A4;
        font-size: 12px; font-family: Arial Narrow, Arial;
        color: Black; }

.linkSelected a:link, .linkSelected a:visited, 
    .linkSelected a:active, .linkSelected a:hover { text-decoration: none; color: Black; }