body {
    color: #e0f3f9;
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    background-color: #e0f3f9;
}

.header {
    border-bottom: 2px solid #b2d9e8;
    background-color: #b2d9e8;
    color: #e0f3f9;
    font-size: 8pt;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2pt;
    padding: 3px;
}

.stats {
    border-bottom: 2px solid #b2d9e8;
    background-color: #b2d9e8;
    color: #e0f3f9;
    font-size: 8pt;
    text-align: center;
    width: 95%;
}

.navstyle {
    font-size: 8pt;
    text-align: center;
    text-transform: uppercase;
}

.imgstyle {
    border: 4px solid #b2d9e8;
    background-color: #b2d9e8;
}

.foot {
    border-top: 1px dotted #e0f3f9;
    color: #e0f3f9;
    font-size: 10px;
    text-align: center;
}

table {
    color: #e0f3f9;
    font-size: 8pt;
}

b, i {
    color: #e0f3f9;
    font-size: 8pt;
}

input, textarea { 
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    color: #e0f3f9;
    font-size: 8pt;
    border: 1px solid #e0f3f9;
    background-color: #b2d9e8;
}

select, option, submit, reset {    
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    color: #e0f3f9;
    background-color: #b2d9e8;
}
