/* default.css - a simple style sheet */
body {
  margin-left: 5%; margin-right: 5%;
  color: black; background: url(../images/bg.jpg);
}

