BODY {
      margin:5,5,5,5; 
      background: dimgray url(gray.gif);
  		background-repeat: repeat;
  		background-attachment: fixed;
  		color: black;
	  }
UL {	list-style-type: square;
		list-style-image: url(grbullet.gif);
   }
H2 { font-size:12pt; font-style:italic;}
A:link   {color: blue}
A:active {color: red}
A:visited{color: darkblue}