1 /* CSS Document */
  2 a {
  3    color: #0F9AFC;
  4 }
  5 
  6 /* CLIFTON: Not using this style in this example
  7 a:visited {
  8    color: #9966CC;
  9 }
 10 ***/
 11 
 12 a:hover {
 13    color: #4DFCF0;
 14    text-decoration: underline;
 15 }
 16 
 17 a:active {
 18    color: #AF8047;
 19 }