
a, a:hover, p.centered, h2, p, ul, li, table, tr, td {
  color: #706f6f;
  font-family: Arial;
  font-size: 12pt;
  line-height: 16pt;
  text-decoration: none;
}

p {
  display: block;
  float: left;
  width: 100%;
}

.vcard {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 500px;
  margin-top: 100px;
}

.vcard { 
    height: 280px;
    position: absolute;
    top: 50%;
    margin-top: -140px;
    left: 50%;
    width: 500px;
    margin-left: -250px;
}

#logo img {
  display: block;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

p.centered {
  text-align: center;
}

p.centered .small, p.centered .small a {
  font-size: 10pt;
}