<style>
.barItem { cursor: hand; color: yellow; font-family: arial; font-size: 11}
.barItem:hover { cursor: hand; color: brown; font-family: family; font-size: 11}
a. { cursor: hand; font-size: 11; font-family: arial; color: navy; text-decoration: none }
a:active { cursor: hand; color: navy }
a.cc:hover { cursor: hand; color: brown; text-decoration: underline }
.box { position: absolute ; background:silver}
</style>