body {
    color: #767C89;
    font-family: Century Gothic, Trebuchet MS, Georgia, Verdana, Times New Roman;
    font-size: 10px;
    background: #959AA6 url('layout/koge_layoutbg.jpg') top left repeat-y;
    scrollbar-darkshadow-color: #959AA6; 
    scrollbar-track-color: #959AA6; 
    scrollbar-face-color: #ADB2BB; 
    scrollbar-shadow-color: #767C89;
    scrollbar-3dlight-color: #959AA6; 
    scrollbar-highlight-color: #767C89; 
    scrollbar-arrow-color: #ADB2BB;
}

a:active {
    color: #CD6032;
    text-decoration: none;
    cursor: crosshair;
}

a:link {
    color: #CD6032;
    text-decoration: none;
    cursor: crosshair;
}

a:visited {
    color: #CD6032;
    text-decoration: none;
    cursor: crosshair;
}

a:hover {
    color: #6F9A13;
    text-decoration: underline;
    cursor: crosshair;
}

.header {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #767C89;
    font-size: 10px;
    font-weight: bold;
    text-transform: lowercase;
    text-align: center;
    letter-spacing: 5pt;
    padding: 3px;
}

table {
    color: #767C89;
    font-size: 10px;
}

b, i {
    color: #767C89;
    font-size: 10px;
}

input, textarea { 
    font-family: Century Gothic, Trebuchet MS, Georgia, Verdana, Times New Roman;
    color: #767C89; 
    font-size: 10px;
    background: #ADB2BB;
    border-style: solid;
    border-color: #767C89;
    border-width: 1px;
}

select, option, submit, reset {    
    font-family: Century Gothic, Trebuchet MS, Georgia, Verdana, Times New Roman;
    font-size: 10px;
    color: #767C89;
    background: #ADB2BB;
}