body      { background-color: white; background-image: url("images/P1110331b.jpg"); background-repeat: no-repeat; color: black }	 a:link    { color: #0099ff; background-color: white }  /* for unvisited links */ a:visited    { color: #808080; background-color: white } /* for visited links */ a:active  {  background-color: white } /* when link is clicked */ a:hover    { color: orange;  background-color: white } /* when mouse is over link */