BODY
{
  color: white;
  background: url("../media/backgrounds/black_marble.gif");
}

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: #800000; /* Maroon */

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

P
{
  font-variant: small-caps;
}

IMG
{
	border: none;
}