/* CSS Document */

body {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 10px;
}

.gray {
  color: #999;
}

.column {
  float: left;
  width: 32%;
  margin-right: 10px;
  margin-top: 20px;
}

h1 {
  background: #eee;
  padding: 5px;
  border-bottom: 1px solid #000;
}

a:link,
a:visited {
  text-decoration: underline;
  color: #036;
}

a:hover,
a:active {
  text-decoration: none;
  color: #900;
}
