 

@import url(class.css);
A{
  text-decoration : underline;
  
  
  color : white;
  

  font-size : 10px;
  line-height : 14px;
  letter-spacing : 1px;
}
A:hover{
  color : fuchsia;
  text-decoration : underline;
}
#ID{
  font-size : 12px;
  line-height : 16px;
  color : white;
  letter-spacing : 1px;
}
