A
{
  text-decoration: none;
  color: #F0E0B7;
}

/*
A:active
{
  color: #804010;
}
*/

A:focus
{
  outline: none;
}

A:hover
{
  background-color: #F0E0B7;
  color: #442200;
}

A:hover IMG
{
  background-color: #442200;
  color: #F0E0B7;
}

A.unavail
{
  background-color: #442200;
  color: #997040;
  cursor: default;
}

BODY
{
  background-color: #442200;
  color: #F0E0B7;
  margin-right: 5px;
  text-align: center;
}

IMG
{
  border-style: none;
  margin-bottom: 20px;
  margin-top: 20px;
}

TABLE
{
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

TD
{
	font-family: Trebuchet MS, Verdana, Tahoma, Courier New, Courier, sans-serif;
/*
  font-size: 10pt;
  font-size: 1.0em;
*/
  font-size: 16px;
  font-weight: bold;
}

@media print, handheld   /* These are media rules for printing */
{
  BODY, P
  {
    background: white;   /* Apply white background to printout */
    color: black;        /* Apply black text to printout */
  }

  TD, TH
  {
    color: black;        /* Apply black text to printout */
  }
}
