#categoriesTable {
    /*width : 100% ;*/
    margin : 1em auto ;
}

#categoriesTable td {
    width : 33% ;
    padding : 10px ;
    text-align : center ;
}

    #categoriesTable img {
        border : 1px solid #151515 ;
    }
    
    #categoriesTable a {
        opacity : .7 ;
        filter : alpha(opacity=70) ;
    }
    
    #categoriesTable a:hover {
        opacity : 1 ;
        filter : alpha(opacity=100) ;
    }
