.LinkClass4{
	  
  color : blue;
  text-decoration : none;
}
A:hover{
  color : blue;
  text-decoration : underline;
}