BODY {
  background-color:		#000000;
  background-image:             URL(silkpurple.jpg);
  background-attachment:	fixed;
  color:			#FFFFFF;
  font-family:			Arial, Helvetica;
  font-size:                    14px;
  font-weight:                  normal;
  line-height:			1.0;
  margin:			0;
  padding:			0;
};

P {
  color:			#FFFFFF;
  font-family:			Arial, Helvetica;
  font-size:                    14px;
  font-weight:                  normal;
  line-height:			1.0;
  text-align:			justify;
  margin:			1em;
};

A {
  text-decoration:		none;
  cursor:			hand;
};

A:link {
  color:			#DDDD00;
};

A:visited {
  color:			#BBBB00;
};

A:active {
  color:			#FFFF00;
};
