a:link {color: #000000; /* All unvisited links will be colored black */ }
a:visited {color: #FF9900; /* All visited links will be colored tan */ }
a:active {color: #FF0000; /* All active links will be colored red */}
a:hover {color: #0000FF; background: #FFFF00;}
/* When the mouse pointer is over the link the link will be colored blue
   and the background color of the link will change to yellow  */



