body {
  font-family: Tahoma, Verdana, 'Segoe UI', Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333333;
  background: #d8dde3;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 10px;
}

h2 {
  font-size: 15px;
  font-weight: bold;
  color: #34495e;
  margin-bottom: 8px;
}

h3 {
  font-size: 13px;
  font-weight: bold;
  color: #34495e;
  margin-bottom: 6px;
}

h4 {
  font-size: 11px;
  font-weight: bold;
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 4px;
}

p {
  margin: 6px 0;
  line-height: 1.5;
}

a {
  color: #2266aa;
  text-decoration: none;
}

a:hover {
  color: #1a4f8b;
  text-decoration: underline;
}

a:visited {
  color: #5544aa;
}

code {
  font-family: 'Courier New', Courier, monospace;
  font-size: 12px;
  background: #f0f0f0;
  padding: 1px 3px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.inline-path {
  font-family: 'Courier New', Courier, monospace;
  font-size: 12px;
  color: #444444;
  background: #f0f0f0;
  padding: 1px 4px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.small-note {
  color: #777777;
  font-size: 11px;
}

.tight {
  margin-top: 3px;
  margin-bottom: 3px;
}
