body
 {
  font-size: 10pt; font-family: Arial
 }
body
 {
  background-color: green;
  cursor:url("pointer.cur")
 }
table
 {
  font-size: 10pt; font-family: Arial
 }
h1
 {
  font-size: 16pt; font-weight: bold
  }
h2
 {
  font-size: 14pt; font-weight: bold
  }
h3
 {
  font-size: 12pt; font-weight: bold
  }
a
 {
  cursor:url("hand.cur")
 }
 
a:link
 {
  color: "yellow"; 
  font-weight: bold; 
  FONT-STYLE: normal; 
  TEXT-DECORATION: none;
  cursor:url("hand.cur")
 }
a:visited
 {
  color: "yellow"; 
  font-weight: bold; 
  FONT-STYLE: normal; 
  TEXT-DECORATION: none;
  cursor:url("hand.cur")
 }
a:hover
 {
  color: "lightyellow"; 
  font-weight: bold; 
  FONT-STYLE: normal; 
  TEXT-DECORATION: none;
  cursor:url("hand.cur")
 }

