/* style.css - a simple style sheet */
body {color: rgb(0, 102, 255); background: white;}
  :link { color: rgb(0, 102, 255) }  /* for unvisited links */
  :visited { color: rgb(0, 102, 255) } /* for visited links */
  a:active { color: rgb(0, 102, 255) } /* when link is clicked */
