@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700);

html, body {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: "Quattrocento Sans", "Helvetica", "Arial";
  color: #eee;
  text-align: center;
}
h1 {
  visibility: hidden;
}
a.project {
  text-decoration: none;
}
a.project:link,
a.project:visited {
  color: #666;
}
a.project:hover,
a.project:active {
  color: #333;
}
a.project h2,
a.project:link h2, 
a.project:visited h2 {
  font-weight: bold;
  color: #444;
  font-size: 1.2em;
}
a.project:active h2, 
a.project:hover h2 {
  color: #000;
  text-shadow: 1px 1px 3px #ccc;
}
a.project:active .picture, 
a.project:hover .picture {
  border-color: #bbb;
}

.wrapper {
  width: 840px;
  margin: 20px auto 0 auto;
  padding: 0px;
}
.project {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 318px;
  padding: 0px;
  margin: 0px 30px;
}
.picture {
  width: 280px;
  height: 250px;
  border: 1px solid #ddd;
  margin: 30px auto;
}