.onhover {
background: #CEDEF7;
color: #FF00FF;
cursor: hand;
}
.nohover {
background: #000066;
color: #0099FF;
cursor: pointer;
}