<style type="text/css">
  body { color: black; background: white; }

  :link { color: rgb(105, 105, 105) }  /* for unvisited links */
  :visited { color: rgb(105, 105, 105) } /* for visited links */
  a:active { color: rgb(105, 105, 105) } /* when link is clicked */
  a:hover { color: rgb(112, 128, 144) } /* when mouse is over link */

</style>
