<style>
.barItem     { cursor: hand; color: blue; font-size: 14 }
a.cc         { cursor: hand; font-size: 12; color: blue; text-decoration: none; text-decoration: underline }
a:active     { cursor: hand; color: navy;font-size: 12 }
a.cc:hover   { cursor: hand; color: red; text-decoration: underline;font-size: 12 }

</style>