 
BODY{
  
  font-weight : 700;
  font-style : normal;
  font-variant : normal;
  
}
A:HOVER{
  font-weight : 700;
  color : white;
  background-color : #ffac84;
}
A{
  font-weight : 700;
  color : #ff9453;
  text-decoration : none;
}
A:ACTIVE{
  font-weight : 700;
  color : #ff0000;
  background-color : #ffac84;
}

