body {
  font-size: 1em;
  background: #fff;
  // background-image: url('/noise.png');
  color: #333;
  margin-top: .5em;
}

body, input, button, p, li, h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
}

a:link, a:visited, a:active {
  color: #0088cc;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #005580;
}

.title a:link,
.title a:visited,
.title a:active { 
  color: #333; 
  text-decoration: none;
}

.title a:hover,
.title a:focus {
  color: #222;
}

.left {
  float: left; margin-bottom: 1em; margin-right: 1em; width: 33%;
}

.right {
  float: right; margin-bottom: 1em; margin-left: 1em; width: 33%;
}

.project { margin-top:.5em; width: 175px; float: left; margin-right: 1em; border: 1px solid #ccc; }
