body{
  background: #FFF;
  font-family: trebuchet MS;
  color: #808080;
  font-size: 12px;
}

img{
  border: 3px solid white;
  margin: 5px;
}

#lightbox img{
  border: 0px;
  margin: 0px;
}

h1{
  font-size: 26px;
}

h2{
  font-size: 20px;
}

a{
	color: #808080;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.container{
  width: 500px;
  margin: auto;
  
}

.footer{
  width: 750px;
  margin: auto;
  text-align: right;
  font-size: 10px;
}
