body {
  font-family: Tahoma, Sans, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  margin: 15px;
}

h1 {
  font-size: 16pt;
  margin-bottom: 0px;
}

h2 {
  font-size: 12pt;
  margin-top: 0px;
  margin-bottom: 15px;
}

.portrait {
  float: right;
  text-align: center;
  margin-bottom: 15px;
  margin-left: 30px;
}

.video {
  text-align: center;
  margin: 15px;
}

.qr, .qr tr, .qr tr td {
  border-spacing: 0px;
  border-collapse: collapse;
}

.qr_title {
  padding-left: 5px;
  width: 100%;
  font-weight: bold;
}

a, a:visited {
  color: #666666;
  text-decoration: none;
  border-bottom: 1px dashed #666666;
}

a:hover {
  color: blue;
  text-decoration: none;
  border-bottom: 1px solid blue;
}


ul li, p {
  text-align: justify;
  margin-bottom: 5px;
}

.copyright {
  clear: both;
  text-align: center;
  font-size: small;
}

ul.history li {
  margin-bottom: 0.75em;
}

ul.applist {
  list-style: none;
}

ul.applist li {
  display: inline-block;
  margin: 25px;
  border: 1px solid #cccccc;
  padding: 2px;
  width: 179px;
}

ul.applist li:hover {
  border: 1px solid blue;
}

ul.applist a, ul.applist a:visited {
  text-decoration: none;
  border: 0px;
  color: black;
}

ul.applist img {
  border: 0px;
}

dd {
  margin-bottom: 1em;
}

dt {
  margin-top: 1em;
}
