 
A:link{
  
  text-decoration:none;
  color : #0606ff;
  
}
A{
  
  text-decoration:none;
}
A:visited{
  
  text-decoration:none;
  
}
A:hover{
  
  text-decoration : underline;
}
A:active{
  
  text-decoration:none;
}
.font1{
  color : #004000;
  font-weight : normal;
  text-decoration : none;
}