@charset "UTF-8";
#main h1.huge {
  font-size: 30px;
  text-align: center; }

#main h1, #main h2, #main h3, #main h4, #main h5 {
  color: #322100;
  -moz-text-shadow: white -1px -1px 2px;
  -webkit-text-shadow: white -1px -1px 2px;
  -o-text-shadow: white -1px -1px 2px;
  -khtml-text-shadow: white -1px -1px 2px;
  text-shadow: white -1px -1px 2px; }

#main h1 {
  font-size: 22px;
  text-align: center; }

#main h2 {
  font-size: 19px;
  text-align: center; }

#main h3 {
  font-size: 17px;
  text-align: center; }

#main h4 {
  font-size: 15px; }

#main h5 {
  font-size: 13px; }

p.indent, p.indent_nocap {
  text-indent: 3em; }

p.indent:first-letter {
  font-size: 120%;
  font-weight: bold; }

p {
  padding-right: 10px;
  padding-left: 5px; }

p.capitalize:first-letter {
  font-size: 120%;
  font-weight: bold; }

.separate {
  margin-top: 1em;
  margin-bottom: 1em; }

table.user_table {
  border-color: black;
  border-width: 1px;
  border-style: solid; }
