body {
    padding: 0;
    margin: 0;
    background: url(../../assets/images/snow03.gif?201611) repeat repeat, url(../../assets/images/login/festive.png?201611) repeat repeat;
    color: black;
    font-weight: bold;
  }

  A:link {
    text-decoration: none;
    color: black;
  }
  
  A:visited {
    text-decoration: none;
    color: black;
  }
  
  A:active {
    text-decoration: none;
    color: black;
  }
  
  A:hover {
    text-decoration: none;
    color: blue;
  }