
.content,
.content * {
  font-family: "Verdana", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  color: #000;
  padding: 0;
  margin: 0;
}
.content h1 {
  font-family: "Lucida", "Verdana", "Arial", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  padding-top: 4px;
}
.content h2 {
  font-family: "Lucida", "Verdana", "Arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ccc;
  margin-bottom: 8px;
  padding-top: 2px;
}
.content h3 {
  font-family: "Lucida", "Verdana", "Arial", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #a0a0a0;
  margin-bottom: 8px;
  padding-top: 2px;
}
.content a,
.content a:link {
  color: #005;
}
.content a:hover,
.content a:active {
  color: #505;
}
.content a:visited {
  color: #500;
}
.content em {
  color: #000;
  font-style: italic;
}
.content p,
.content div {
  margin-bottom: 8px;
}
.content .indent {
  position: relative;
  left: 1em;
  padding-right: 1em;
  text-indent: -1em;
}
.content .indent .indent {
  display: block;
  position: relative;
  left: 2.5em;
  padding-right: 2.5em;
  text-indent: -1em;
}

.content strong {
  font-weight: bold;
}

.content strong>em,
.content em>strong {
  color: #000;
  font-style: italic;
}

.content li {
  position: relative;
  left: 1em;
  padding-right: 1em;
}

.content table {
  border: 2px solid black;
}
.content th {
  border: 1px solid black;
  font-weight: bold;
}
.content td {
  border: 1px solid black;
  padding: 2px;
}
