  BODY { 
         text-decoration : none;
         color : black
}
  A:LINK { 
         text-decoration : none;
         color : blue
}
  A:VISITED { 
         text-decoration : none;
         color : purple
}
  A:HOVER { 
         text-decoration : none;
         color : #009AFF
}

