body {
  background: #fff;
  color: #000;
  margin-top: 0;
  padding-top: 0;
  font-family: verdana, helvetica, sans-serif;
  font-size: .8em;
}

.main {
  margin: 0;
  padding: 0;
  text-align: center;
}

h1.main img {
  text-align: bottom;
}

p strong {
  background: #eef;
  color: #000;
}

address {
  font-style: normal;
}

div.content {
  margin: 0 10%;
  /*text-align: justify;*/
  /*width: 80%;*/
}

p.links {
  background: #eef;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.links a:link {
  background: transparent;
  color: #00f;
  font-weight: bold;
  text-decoration: underline;
}

.links a:visited {
  background: transparent;
  color: #009;
  font-weight: bold;
  text-decoration: underline;
}

.links a:active {
  background: transparent;
  color: #f00;
  font-weight: bold;
  text-decoration: underline;
}

.links a:hover {
  background: #ccf;
  color: #00f;
  font-weight: bold;
  text-decoration: underline;
}
