 
A{
  font-weight : bold;
  color : teal;
  text-decoration : none;
}
BODY{
  background-color : #fbffec;
}
A:HOVER{
  color : red;
}
