body {
  font-family: Verdana, Arial, sans-serif;
  color: #879AB4;
}

h1, h2, h3, h4 {
  color: white;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

h1 { font-size: 16pt; }
h2 { font-size: 13pt; }
h3 { font-size: 12pt; }
h4 { font-size: 10pt; }

h3.title, h4.title {
  padding: 0px;
}

.data {
  font-size: 9pt;
  font-weight: bolder;
  color: white;
}

.descript {
  font-size: 11pt;
}

.descript p {
  font-size: 11pt;
  margin: 0px;
}

ul, ol {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 4px;
}

strong {
  font-size: 12pt;
  font-weight: bold;
  color: white;
}

.smalltable th {
  font-size: 8pt;
  font-weight: normal;
  color: yellow;
  text-align: center;
  background-color: #13325D;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.smalltable td {
  font-size: 8pt;
  font-weight: normal;
  color: white;
  text-align: center;
  background-color: #3D5B85;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
