/* $Id: style.css,v 1.0 2005/06/16 15:36:21 majorsdd Exp $ */

body {
  background-color: #fff;
  color: #000;
}
h1 {
  font-weight: bold;
  font-size: 22pt;
  text-align: center;
  margin: 0;
}
h2 {
  FONT-variant: SMALL-CAPS;
  font-weight: bold;
  font-size: 14pt;
  border-bottom: solid #999;
  border-bottom-width: thin;
  margin-top: 1.5em;
  margin-bottom: 0;
  width: 50%;
}
h3 {
  font-weight: bold;
  font-size: 10;
  margin-top: 1em;
  margin-bottom: 0;
}
p {
  color: #000;
  text-align: justify;
  text-indent: 3em;
  margin: 0;
}
ul {list-style-type: disc; text-indent: 0;}
ul ul {list-style-type: circle; text-indent: 0;}
ul ul ul {list-style-type: square; text-indent: 0;}
ol {list-style-type: decimal; text-indent: 0;}
ol ol {list-style-type: upper-alpha; text-indent: 0;}
ol ol ol {list-style-type: lower-roman; text-indent: 0;}
ol ol ol ol {list-style-type: lower-alpha; text-indent: 0;}

.codeblock {
  font-family: monospace;
  color: #000;
  margin-left: 2em;
  margin-right: 3em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: .5em;
}
.noteblock {
  font-family: monospace;
  color: #000;
  margin-left: 2em;
  margin-right: 3em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: .5em;
}
