body{
   background-color: #ffffff;
   background-image: ur1('images/background.gif');
  }

a{
   color: black;
   text-decoration: none;
 }

a:hover{
  color: DeepPink;
  text-decoration: underline;
 }