.expandable {
    cursor: pointer;
    cursor: hand;
}

:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }
a[href]:hover { background: #ffa }
a:link img, a:visited img { border-style: none } /* no border on img links */
