body
{
  background: #0f0f0f;
	background-image: url("icon.gif");
	background-repeat: repeat;

  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;

  font-size: 8pt; 
  font-family: Tahoma, Verdana, sans-serif; 
}

a
{
  color: #0f0f0f;
  text-decoration: none;
  font-weight: bold;
}

a:hover, a:active
{
  color: #000000;
}


