body      { background-color: white; background-image: url("images/Troy-Genie-American-Gothic-WHI.jpg"); background-repeat: no-repeat; color: black }	 a:link    { color: red; background-color: white; }  /* for unvisited links nice blue=#0099ff*/ a:visited    { color: maroon; background-color: white; } /* for visited links grey= #808080 */ a:active  {  color: #FF8200; background-color: white; } /* when link is clicked */ a:hover    { color: orange;  background-color: white; } /* when mouse is over link , could be red */
