body {
  background-color: #fff;
}

a:link, a:visited {
  text-decoration: underline;
  color: #a5f;
  background-color: transparent;
}

a:hover {
  text-decoration: underline;
  color: #a5f;
}


#container {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 900px;
  background: transparent;
}

img {
  border: none;
}

.headline {
  margin: auto auto 0;
  font: 2.2em/1.75em Nasalization, "Times New Roman", serif;
  color: #000;
  text-align: center;
}

.caption {
  margin: auto auto 0;
  margin-top: -10px;
  line-height: .5em;
  font: 1.2em/1em Trebuchet, Georgia, "Times New Roman", serif;
  color: #821;
  text-align: center;
}

.title {
font: bold 1.5em/1em "Courier New", Georgia, "Times New Roman", serif;
color: #f00;
text-align: left;
}

.credit {
  font: .8em 'Times New Roman';
  color: #56f;
  text-align: right;
}

.crafted {
   font: .8em 'Times New Roman';
   color: #f65;
   text-align: left;
}

.black_normal {
  color: #000;
  font: 1em "Times New Roman", serif;
}

