Skip to main content
summaryrefslogtreecommitdiffstats
blob: da1e6a5b166c149852bf154ddd720607b9c7ff09 (plain) (blame)
1
2
3
4
5
a {text-decoration: none;}
a:hover {text-decoration: underline;}
td {font: icon; font-size: 12px; color: Black;}
.unselectedTextAnchor {color:blue; background-color:document.backgroundColor}
.selectedTextAnchor {color:white; background-color:navy}

Back to the top