A.hidelink 
{ 
  text-decoration: none; color: black; cursor: text 
}

.normalstyle 
{ 
  font-weight: normal; font-style: normal 
} 

.blanktext 
{ 
  display: none 
}

.hiddenlayer 
{ 
  position: absolute;
  width:180px; 
  height:75px; 
  z-index:3; 
  left: -220px; 
  top: -95px; 
  visibility: visible 
}

.changecolor 
{ 
  color: white 
}
