body {
    color: #2f3545;
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    background-color: #5e8e6f;
    background-image: url('bg.jpg');
}

body
	{
    scrollbar-face-color: #5e8e6f;
    scrollbar-highlight-color: #5e8e6f;
    scrollbar-shadow-color: #2f3545;
    scrollbar-arrow-color: #2f3545;
    scrollbar-track-color: #5e8e6f;
    scrollbar-darkshadow-color: #5e8e6f;
    scrollbar-base-color: #2f3545;
    scrollbar-3d-light-color: #2f3545;

}

a:active {
    color: #c76495;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;   
}

a:link {
    color: #c76495;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

a:visited {
    color: #c76495;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    color: #2f3545;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;    
}

.letter {
    color: #c76495;
    font-family: georgia, times new roman, serif; 
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 2px;
    padding: 0px; 
    text-transform: uppercase;
}


.stats {
    width: 75%;
    border-bottom: 2px solid #c76495;
    background-color: #5e8e6f;
    color: #2f3545;
    font-size: 8pt;
    text-align: center;
}

.imgstyle {
    border-bottom: 2px solid #2f3545;
    background-color: #5e8e6f;
    padding: 3px;
}

.foot {
    border-top: 1px dotted #2f3545;
    color: #2f3545;
    font-size: 10px;
    text-align: center;
}

.navigate {
    color: #2f3545;
    font-size: 7pt;
    text-transform: uppercase;
    text-decoration: none;
}

.navigate a:link {
    display: block;
    border-bottom: 2px solid #c76495;
    background-color: #5e8e6f;
    color: #2f3545;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;    
    padding: 3px;
}

.navigate a:active {
    display: block;
    border-bottom: 2px solid #c76495;
    background-color: #5e8e6f;
    color: #2f3545;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;    
    padding: 3px;
}

.navigate a:visited {
    display: block;
    border-bottom: 2px solid #c76495;
    background-color: #5e8e6f;
    color: #2f3545;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;    
    padding: 3px;
}

.navigate a:hover {
    display: block;
    border-bottom: 2px solid #5e8e6f;
    background-color: #c76495;
    color: #2f3545;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;    
    padding: 3px;
}

table {
    color: #2f3545;
    font-size: 8pt;
}

b, i {
    color: #2f3545;
    font-size: 8pt;
    text-transform: uppercase;
}

h1, h2, h3 {
    font-family:georgia, times new roman, serif;
    font-size:13px;
    font-style: italic;
    color:#2f3545;
    letter-spacing:1px;
    text-transform:lowercase;
    border-bottom:2px solid #5e8e6f;
    margin:8px 0 9px 0;
    padding-left:2px;}


input, textarea { 
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    color: #2f3545;
    font-size: 8pt;
    border: 1px solid #2f3545;
    background-color: #5e8e6f;
}

.form, select, submit, reset {    
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    color: #2f3545;
    background-color: #5e8e6f;
    border: 1px solid #2f3545;