a:link {color: #FFFFFF; /* All unvisited links will be colored white*/ } a:visited 
{color: #FFFFFF; /* All visited links will be colored tan */ } a:active {color: 
#FF0000; /* All active links will be colored red */} a:hover {color: #FF0000; 
background: #f0f0f2 width:100%;} /* When the mouse pointer is over the link the 
link will be colored red and the background color of the link will change to light 
grey*/ 