.information {
  width: 624px;
  float: right;
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Tahoma", "Arial", sans-serif;
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

.text {
  padding: 4px;
  padding-left: 12px;
  padding-right: 12px;
}

.title {
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
  padding: 24px;
}

.section {
  width: 600px;
  margin: 6px;
  padding: 4px;
  padding-bottom: 12px;
  border-color: #808080;
  border-style: solid;
  border-width: 2px;
}

.item {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  padding: 8px;
}

.image {
  float: right;
  font-size: 8pt;
  text-align: center;
  padding: 8px;
}

.update {
  font-size: 7pt;
  text-align: center;
  padding: 4px;
  padding-bottom: 16px;
}

A:link {
  color: #0000BB;
  text-decoration: underline;
}

A:visited {
  color: #000088;
  text-decoration: underline;
}

A:active {
  color: #000088;
  text-decoration: underline;
}

A:hover {
  color: #FF0000;
  text-decoration: underline;
}

A:focus {
  color: #FF0000;
  text-decoration: underline;
}
