H1{color:orange;}

A:LINK{
     color:black;
     text-decoration=underline;
      }

A:VISITED{
        color:purple;
        text-decoration:bold;
         }

A:FOCUS{
      color:blue;
      text-decoration:none;
       }


A:HOVER{
      color:blue;
      text-decoration:none;
       }

A:ACTIVE{
       color:green;
       text-decoration:underline;
        }

 BODY{
    background-color:#F0e68c;
    font-family:Arial;
     }