body {
    color: #000000;
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    background-color: #CD9370;
}

a:active {
    color: #B14842;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;  
}

a:link {
    color: #B14842;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;  
}

a:visited {
    color: #B14842;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;  
}

a:hover {
    color: #D48782;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;   
}

.header {
    background-color: #F2DED0;
    color: #000000;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 3px;
}

.stats {
    background-color: #F2DED0;
    color: #000000;
    font-size: 8pt;
    text-align: center;
    width: 60%;
}

.imgstyle {
    border: 4px solid #F2DED0;
    background-color: #F2DED0;
}

.foot {
    border-top: 1px dotted #000000;
    color: #000000;
    font-size: 10px;
    text-align: center;
}

.navigate {
    color: #000000;
    font-size: 8pt;
    text-transform: uppercase;
    text-align: center;
}

.navigate a:link {
    display: block;
    background-color: #F2DED0;
    color: #B14842;
    font-weight: bold;
    text-decoration: none;
}

.navigate a:active {
    display: block;
    background-color: #F2DED0;
    color: #B14842;
    font-weight: bold;
    text-decoration: none;
}

.navigate a:visited {
    display: block;
    background-color: #F2DED0;
    color: #B14842;
    font-weight: bold;
    text-decoration: none;
}

.navigate a:hover {
    display: block;
    background-color: #F5E6DB;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

table {
    color: #000000;
    font-size: 8pt;
    line-height: 15pt;
}

b, i, strong {
    color: #B97450;
    font-size: 8pt;
}

input, textarea { 
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    color: #000000;
    font-size: 8pt;
    border: 1px solid #F2DED0;
    background-color: #F2DED0;
}

select, option, submit, reset {    
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    color: #000000;
    background-color: #F2DED0;
}