body {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

h1 {
  font-family: 'Eurostile',sans-serif;
  font-weight: normal;
  font-size: 30px;
  color: #300;
  text-align: center;
  margin: 30px 0px 0px 0px;
  letter-spacing: -2px;
}

p.tagline {
  font-family: serif;
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  color: #300;
  text-align: center;
  margin: 0px 0px 30px 0px;
}

p {
  font-family: serif;
  font-weight: normal;
  font-style: normal;
  color: #111;
  margin: 0px 0px 5px 0px;
}

h2, h3 {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #777;
  letter-spacing: -1px;
  margin: 30px 0px 10px 0px;
}

h3 {
  font-size: 16px;
  color: #888;
  margin: 20px 0px 0px 0px;
}

a {
  color: #33f;
}

a:hover {
  background-color: #ffc;
}

dl {
  margin: 0px 0px 5px 0px;
}

dt {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  
}
dt:before, dt:after {
  content:'[';
  color: #bbb;
  font-weight:normal;
}
dt:after {
  content:']';
}

dd {
  margin-bottom: 10px;
}

code, pre, kbd {
  color: #700;
  font-family: 'Monaco', monospace;
}

.backlink, .backlink a {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #ddd;
  letter-spacing: -0.5px;
  margin: 30px 0px 10px 0px;
}

.backlink a:hover {
  color: black;
  background-color: white;
}

.license {
  display: block;
  margin: 50px;
}

.license p, .license li {
  text-align: justify;
  color: #333;
  font-family: 'Monaco', monospace;
  font-size: 10px;
  margin: 0px 0px 5px 0px;
}

div.copyright {
  border-top: 1px solid #ccc;
  margin-top: 50px;
  padding-top: 5px;
}

div.copyright p, div.copyright div.logos {
  margin: 5px;
  font-family: sans-serif;
  font-size: 12px;
  color: #333;
}

div.logos {
  float: right;
  margin-bottom: 20px;
}

div.logos img {
  border: 0;
}


div.centerpic {
  text-align: center;
  margin: 20px;
}

div.centerpic p {
  text-align: center;
  margin: 0px 20% 20px 20%;
  font-family: sans;
  font-size: 0.75em;
}
