/* ************************************************************ */
/* MAIN LAYOUT                                                  */
/* ************************************************************ */
BODY 
{
  background: #000000;
  color: #FFCC99;
}
/* ************************************************************ */
/* HEADINGS                                                     */
/* ************************************************************ */
H1, H2, H3, H4, H5, P, TH, TD, LI
{
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: small;
  text-align: justify;
}
H1 { font-size: xx-large; }
H2 { font-size: x-large; }
H3 { font-size: large; }
H4 { font-size: medium; }
H5 { font-size: small; }
/* ************************************************************ */
/* STYLES                                                       */
/* ************************************************************ */
.copyright
{
  font-size: small;
}
.quote
{
  text-align: justify;
  background: #000000;
  border-width: 2px;
  border-style: solid;
  border-color: black;
  padding: 3px;
  font-size: small;
  font-family: Arial, Helvetica, sans-serif;
}
