A:link { color: blue }
A:visited { color: black }
A:hover { background-color: #ffff33 }
A:active { color: red }

A:link { text-decoration: none }
A:visited { text-decoration: none }

p.currentPage { background-color: #ffff33 }


