A:link { color: blue; text-decoration: none }
A:active { color: red; text-decoration: bold }
A:visited { color: purple; text-decoration: bold }
A:hover { color: green; text-decoration: none }

TEXTAREA { color: 990000; background-color: ccff33 }
BODY { background-color: silver }