Add this to your css file
Code:
a.onlinelist:hover {
-moz-transform: scale(1.1);
background: none repeat scroll 0 0 #0099FF;
}
.onlinelistt {
color: red;
display: inline-block;
margin-bottom: 5px;
text-align: center;
width: 20%;
}
.onlinelistn {
color: purple;
display: inline-block;
text-align: center;
width: 20%;
}
.onlinelistj {
color: green;
display: inline-block;
text-align: center;
width: 20%;
}
.onlinelistp {
color: blue;
display: inline-block;
text-align: center;
width: 20%;
}
.onlinelistg {
color: orange;
display: inline-block;
text-align: center;
width: 20%;
}