html {
  margin: 0px;
  padding: 0px;
  background: url('background.gif') repeat;
}

a {
  text-decoration: none;
  font-family: Arial,Geneva,"Bitstream Vera Sans",Helvetica,sans-serif;
}

article {
  width: 300px;
  border: 1px solid silver;
  background: white;
  margin: 10px auto;
  display: inline-block;
  text-align: left;
}

h1 {
  background: rgb(55, 106, 148);
  border-bottom: 3px solid rgb(255, 188, 41);
  margin: 0px;
  padding: 2px 0px 2px 5px;
  color: white;
  font-size: 1.1em;
}

p {
  color: rgb(60, 75, 107);
  margin: 10px;
  padding: 5px;
}

section {
  columns: 350px auto;
  -moz-columns: 350px auto;
  -webkit-columns: 350px auto;
  column-gap: 50px;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  text-align: center;
}
