p {
color : #FFFFFF;
}
BODY { 
  background: black url("hph.jpg");
  background-position: 50% 1%;
  background-repeat: no-repeat;
}
a:link {
FONT-WEIGHT: bold;
text-decoration: underline;
color: #18C56A;
  }
a:visited {
color: #006633;
FONT-WEIGHT: bold;
text-decoration: underline;
  }
a:hover { 
color: #ffffff; 
FONT-WEIGHT: bold;
text-decoration: none;
filter:glow(color:#00FF99); 
height: 6;
  }