/* defaultStyle.css - a simple style sheet */
body {
  margin-left: 10%; margin-right: 10%;
  color: darkblue; background: silver;
  background-image: url('images/blueSidePattern02.gif');
  background-repeat: repeat-y;
}

h5 {
  font-size: small;
  font-style: normal;
  font-weight: normal;
}