@import url(basics.css);
@import url(navbar.css);
@import url(navbar-color/grayish.css);
@import url(site-banner.css);

body {
  background-color: black;
  color: white;
}

h1 {
  color: yellow;
}

h2 {
  color: #33CCFF;
}

h3 {
  color: #99CCFF;
  font-weight: bold;
}

h4 {
  color: #CC9999;
  font-weight: bold;
}

blockquote, pre {
  margin-left: 1ex;
  margin-right: 1ex;
  padding: .5em;
  border: thin solid #dc143c;
}

.error {
  color: red;
  text-decoration: none
}

.warning {
  color: #FFCC00;
  text-decoration: none;
}

.good-quote {
  color: #00FFFF;
}

a, strong {
  color: #FFFFCC;
}
