<style type="text/css">
  body { margin-left: 10%; margin-right: 10%; }
  :link { color: rgb(255, 211, 155) }  /* for unvisited links */
  :visited { color: rgb(202, 255, 112) } /* for visited links */
  :active { color: rgb(255, 0, 102) } /* when link is clicked */
  :hover { color: orange } /* when mouse is over link */
  a.plain { text-decoration: none }
</style>
