@charset "UTF-8"; .LinkClass{ display:block; color : white; padding-top : 10px; width : 100%; height : 100%; text-decoration : none; } .CellClass{ background-color : gray; text-align : center; width : 175px; height : 2em; } A:hover{ color : black; background-color : #f6f6f6; }