a:link { /* Applies to all unvisited links */ text-decoration: none; color: #999900; } a:visited { /* Applies to all visited links */ text-decoration: none; color: #999900; } a:hover { /* Applies to links under the pointer */ text-decoration: none; color: #993300; cursor: crosshair;} a:active { /* Applies to activated links */ text-decoration: none; color: #999900; }