/* CSS Document */.barItem     { color: black; cursor: hand; font-size: 12px }.barItem:hover { color: red; cursor: hand; font-size: 12px }a            { color: navy; cursor: hand; font-size: 12px; text-decoration: none }a:active     { color: navy; cursor: hand }a.cc:hover   { color: red; cursor: hand; text-decoration: underline }.box         { background-color: silver; background-repeat: repeat; background-attachment:                scroll; position: absolute; background-position: 0% 50% }
