/* set the background, image, font, and left margin */
body
{
  background: #e5dab9;
  background-image: url(./images/back.gif) ;
  color: #000000;
}

table
{
  background: #e5dab9;
  background-image: url(./images/back.gif) ;
  color: #000000;
}

table.reverse
{
  background: #68251c;
  background-image: url(./images/back.gif) ;
  color: #ffffff;
  valign: middle;
}

td
{
  background: #e5dab9;
 	background-image: url("./images/back.gif")
  color: #000000;
}

td.reverse
{
  background: #68251c;
	background-image: url("./images/back.gif")
  color: #ffffff;
  font-weight: 900;
  font: arial;
  font: italic;
  text-decoration:none;

}

a.reverse
{
  background: #68251c;
  color: #ffffff;
  font-weight: 900;
  font: arial;
  font: italic;
  text-decoration:none;
}

h1
{
  font-size: 160%;
  /* text-align: center; */
  color: #68251c;
  /* font-family: Helvetica,Arial,sans-serif; */
  /* font-style: italic; */
  font-variant: small-caps;
}

h2
{
  font-size: 140%;
  color: #68251c;
  /* font-family: Helvetica,Arial,Sans-Serif; */
  /* font-style: italic; */
  font-variant: small-caps;
}

h3
{
  font-size: 120%;
  color: #68251c;
  /* font-family: Helvetica,Arial,Sans-Serif; */
  /* font-style: italic; */
  font-variant: small-caps;
}

h4
{
  font-size: 100%;
  color: #68251c;
  /* font-family: Helvetica,Arial,Sans-Serif; */
  /* font-style: italic; */
  font-variant: small-caps;
}





