/* CSS Document */

/* 4 lines below should always be defined in the order shown to avoid conflicts in interpretation by the various CSS-supporting browsers */
A:link { color: blue }
A:visited { color: purple }
A:hover { color:red }
A:active { text-decoration:line-through }