body {
    
    background-image:url();
    background-repeat:repeat;
    background-attachment:fixed;
    background-color: #272b29;
    background-color: #fff;
    background: linear-gradient(174deg, #fbfbfb 0%, #999 100%);
    color: #FF530D;
    color: #fbfbfb;
    color: #000;
    font-size: 11px;
    font-weight: 300;
    word-spacing: 2px;
    letter-spacing: 1px;
   
    font-family: 'Roboto', sans-serif;
    
    line-height: 18px;
    text-transform: lowercase;
    
    text-align: left;
    margin: 0px 50px 0px 0px;
    
}

p {  }
td { }

a:link {
    
    color: #000;
    text-decoration: none;
    
}

a:visited {
    
    color: #000;
    text-decoration: none;
    
}


a:active {
    
    color: #000;
    text-decoration: none;
    
}
    
    
a:hover {
    
    color: #000;
    background-color: #000;
    text-decoration: none;
    padding-bottom:2px;
    border-bottom: 0px solid #000;
    border-top: 0px solid #000;
    border-left: 0px solid #000;
    border-right: 0px solid #000;
}
