#categoriesTable {
    width : 100% ;
    margin : 1em 1em 1em 30px ;
}

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

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