#links td i {
color: #616161;
display: block;
font: normal 100% sans-serif, Arial, Helvetica;
padding: 25px;
text-decoration: none;
line-height: 135%;
}

* html #links td i { /* make hover effect work in IE */
width: 900px;

}


#links td i {
background: #FFFFFF;
}

#links td i:hover {
background: #F6F6F6;
}



#links i span {
color: #a18355;
font: normal 120% sans-serif, Verdana, Helvetica;
line-height: 120%;
}