<style type="text/css">

BODY
{
  background-image : url("bgstone.jpg");
  background-repeat: no-repeat;

  color: black;
}

A:link, A:visited
{
  color      : white;
  font-weight: 900;
}

A:active
{
  color      : yellow;
  font-weight: 900;
}

H1
{
  font-family: "Arial";
  font-weight: 600;
  font-size  : 20px;
  text-align : center;
}

H2
{
  font-family: "Arial";
  font-style : italic;
  font-size  : 16px;
  text-align : left;
}

H3
{
  color      : black;
  font-family: "Arial";
  font-style : italic;
  font-size  : 16px;
  text-align : left;
}

TABLE
{
  color           : white;
  background-color: maroon;

  font-family: "Arial";
  font-size  : 14px;
  text-align : left;
  padding    : 5px;
}

P
{
  font-variant: small-caps;
}

</style>