/* style.css - a simple style sheet */
body {
  color: red; background: black;
  font-family: Verdana, sans-serif;
}

a { text-decoration: none; font-family: Verdana, sans-serif; }
a:hover { text-decoration: underline; font-family: Verdana, sans-serif; }