BODY
{
  background: url("../media/backgrounds/black_marble.gif") repeat;
  color: white;
  font-family: "Arial";
  text-align: center;
}

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

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

H1
{
  font-size : 16px;
  font-style: italic;
}

.center
{
	text-align: center;
}