body
{
background-color: RGB(255,102,0);
font-family:verdana,arial;
}
 
 a
 {
  text-decoration:none;
}

 a:hover, a:focus
 {
 color:red;
 background : gold;
 }







