/*-- HTML -------------------------------------------------------------------------------------------------------------------*/
/*-- HTML -------------------------------------------------------------------------------------------------------------------*/
/*-- HTML -------------------------------------------------------------------------------------------------------------------*/

body,html { 

    min-width:      620px; 
    margin:         0; 
    padding-top:    4px; 
    padding-bottom: 4px; 
    padding-left:   8px; 
    padding-right:  8px;
    top:            0px; 
    left:           0px;
    font-family:    Helvetica, Arial, Verdana, sans-serif; 
    font-size:      11px;
    color:          #5F615B;   
    
}         

a {

    color:              #6e6e66;
    outline:            none; 
    text-decoration:    none;
    border-bottom:      1px solid #e0e0e0;
    
}

a:hover {

    color:              #8e8e86;
    border-bottom:      1px solid #fff;
    text-decoration:    none; 
    cursor:             pointer;
    
}

