#pages {
  text-align: center;
  border: 0px;
  border-spacing: 5px;
  margin-left: auto;
  margin-right: auto;
}
#pages td {
  /*width: 150px;*/
  padding-left: 35px;
  padding-right: 35px;
  background-color: #777777;
  border-radius: 5px;
  margin: 3px;
}
#pages a {
  font-family: sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}
.shadow {
	-webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
	        box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}
#build img {
	border-radius: 0px;
	border: solid 1px black;
}
#build {
	font-size: 10pt;
}
	