* {
  color: #000 !important;
}

body {
  max-width: 700px;
  margin: 40px auto;
  padding: 20px 40px;
  background-color: #f5f5f0;
  font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
  line-height: 1.8;
  color: #000;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

h1 {
  text-align: center;
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

h2 {
  font-size: 1.3em;
  margin-top: 30px;
  text-decoration: underline;
}

p {
  text-align: justify;
  margin: 15px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.95em;
}

th, td {
  border: 1px solid #666;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #e0e0d8;
  font-weight: bold;
}

strong {
  font-weight: 700;
}
abbr[title] {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #cc0000;
  text-underline-offset: 3px;
  cursor: help;
  color: #000;
}

abbr[title]:hover {
  background-color: #ffffcc;
  text-decoration-color: #990000;
}
