/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  Released under the GNU General Public License
*/


BODY {
  color: #795129;
  margin: 0px;
  scrollbar-face-color: CFB65B;
  scrollbar-arrow-color: 795129;
}

A:link {
  color: #7E691E;
  text-decoration: none;
  font-weight: bold;
}

A:visited {
    color: #7E691E;
    text-decoration: none;
	font-weight: bold;
}

A:active {
    color: #7E691E;
    text-decoration: none;
	font-weight: bold;
}

A:hover {
  color: #BB9B2B;
  text-decoration: none;
  font-weight: bold;
}

TD.pageHeading, P.pageHeading {
  font-family: Garamond, Times New Roman;
  font-size: 22px;
  font-weight: bold;
  color: #5F4123;
}

TD.Heading, P.Heading {
	font-family: Garamond, Times New Roman;
	font-size: 17px;
	font-weight: bold;
	color: #5F4123;
}

TD.main, P.main {
  font-family: Garamond, Times New Roman;
  font-size: 15px;
  font-weight: bold;
  color: #5F4123;
}

TD.mainsmall, P.mainsmall, BR.mainsmall {
  font-family: Garamond, Times New Roman;
  font-size: 15px;
  font-weight: normal;
  color: #5F4123;
}

TD.quote, P.quote {
  font-family: Garamond, Times New Roman;
  font-size: 15px;
  font-weight: bold;
  color: #5F4123;
}


P.imprint {
  font-family: Garamond, Times New Roman;
  font-weight: normal;
  font-size: 11px;
  color: #5F4123;
}