/* style.css - a simple style sheet */
body {
  margin-left: 2%; margin-right: 2%;
  color: blue; background: silver;
  font-family: Verdana, sans-serif;
}

  a.plain { text-decoration: none }
  :link { color: blue }  /* for unvisited links */

  a:hover { color: purple } /* when mouse is over link */
