/* $Id: black.css,v 1.8 2002/06/17 21:58:12 david Exp $ */

span.stylesheetname:before {
  content: "Black"
}
body {
  font-family: "New Century Schoolbook", Times, serif;
  font-size: 1.2em
}
h1 {
  text-align: center;
  font-size: 300%
}
pre,tt,code,kbd,samp {
  font-family: Courier, "Courier New", fixed, monospace;
}
a:link,a:visited,a:active,a:link:hover,a:visited:hover {
  text-decoration: none;
  font-weight: bold
}
.centered {
  text-align: center
}
.subtitle {
  font-size: 1.5em;
  text-align: center
}
.important {
  border: solid
}
.navbar {
  text-align: center;
  font-family: "Times Roman", Times, "Times New Roman", serif
  /* "small" is specified in the HTML itself */
}
.boxedcode {
  border: thick solid;
  padding: 0.5em
}

/* We only specify colors for the screen media because trying to
 * specify colors for a B&W printer may yield disastrous results. */

@media screen {
  html {
    background: #000000
  }
  body {
    background: #000000;
    color: #b0b0c0
  }
  table {
    color: #b0b0c0
  }
  h1 {
    color: #ff0000;
    text-shadow: #ff0040
  }
  h2 {
    color: #ff8000
  }
  .subtitle {
    color: #ff8000
  }
  h3 {
    color: #ffff00
  }
  h4 {
    color: #e0e040
  }
  h5 {
    color: #c0c070
  }
  a:link {
    color: #b0b0ff
  }
  a:visited {
    color: #c0b0ff
  }
  a:active {
    color: #ffb0c0
  }
  a:link:hover,a:visited:hover {
    color: #ffb0c0
  }
  .important {
    border-color: #ff00c0
  }
  .brackdate {
    color: #b0d0b0
  }
  .boxedcode {
    border-color: #999999;
    background: #222222
  }
}
