body {
    color: #6694bd;
    font-family: Times New Roman, Trebuchet MS, Georgia, Tahoma, Verdana;
    font-size: 8pt;
    background-color: #84a9c9;

    scrollbar-face-color: #84a9c9;
    scrollbar-highlight-color: #84a9c9;
    scrollbar-shadow-color: #6694bd;
    scrollbar-arrow-color: #6694bd;
    scrollbar-track-color: #84a9c9;
    scrollbar-darkshadow-color: #84a9c9;
    scrollbar-base-color: #6694bd;
    scrollbar-3d-light-color: #6694bd;
}

a:active {
    color: #84a9c9;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;   
}

a:link {
    color: #84a9c9;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    color: #84a9c9;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #6694bd;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;    
}

.header {
    border: 1px solid #6694bd;
    background-color: #b8cee1;
    color: #6694bd;
    font-size: 8pt;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2pt;
    padding: 3px;
}

.stats {
    border: 1px solid #6694bd;
    background-color: #b8cee1;
    color: #6694bd;
    font-size: 8pt;
    text-align: center;
    width: 70%;
}

.imgstyle {
    border: 1px solid #6694bd;
    background-color: #B9AB99;
    padding: 4px;
}

.foot {
    border-top: 1px dotted #6694bd;
    color: #6694bd;
    font-size: 10px;
    text-align: center;
}

table {
    color: #6694bd;
    font-size: 8pt;
}

b, i, strong {
    color: #6694bd;
    font-size: 8pt;
}

input, textarea { 
    font-family: Times New Roman, Trebuchet MS, Georgia, Tahoma, Verdana;
    color: #6694bd;
    font-size: 8pt;
    border: 1px solid #6694bd;
    background-color: #b8cee1;
}

select, option, submit, reset {    
    font-family: Times New Roman, Trebuchet MS, Georgia, Tahoma, Verdana;
    font-size: 8pt;
    color: #6694bd;
    background-color: #b8cee1;
}