A:link  {
    text-decoration : none;
    color : #FFFFFF;
    }
      
A:visited  {
    text-decoration : none;
    color : #FFFFFF;
    }
      
A:hover  {
    text-decoration : none;
    color : #ffffff;
    font-style : normal;
    }

A.button:hover {
   text-decoration : none;
    color : #ffffff;
    font-style : normal;
    background : #000000;
 	}
      
A:active  {
    text-decoration : none;
    color : #00FFFF;
    }
    
