body  {
    margin: 5px;
    background-image: url('bg.jpg');
    background-repeat: repeat-y;
    cursor: crosshair;
    
 scrollbar-face-color: #404040;
    scrollbar-highlight-color: #ffffff;
    scrollbar-3dlight-color: #404040;
    scrollbar-darkshadow-color: #404040;
    scrollbar-shadow-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
    scrollbar-track-color: #ffffff;
    overflow-x:hidden;
    font-family: arial, georgia,Verdana; 
    font-size: 10px;
    color: #404040;
    text-align: justify;
}




input, option, select, textarea  {
    border: 1px solid #2f3747;
    background: #dce0e4;
    font-family:  Verdana;
    font-size: 9px;
    font-weight: bold;
    color: #2f3747;
    overflow-x:hidden;
}







a:link {font-size: 11px;
    cursor: help;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

a:active {font-size: 11px;
    cursor: help;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

a:visited {font-size: 11px;
    cursor: w-resize;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

a:hover { cursor: help;
    color: #404040;
    font-weight: bold;
border-bottom: 1px dashed #404040;

}

.head{ 
    border-bottom: 1px solid #404040;
background: #ffffff;
    font-weight : bold;
    
    font-size : 12px;
    
    font-family : Arial;
    text-align : center;
    color : #000000;
}

.nav{ 
    
background: #C0C0C0;}

