body{
    margin:0px;
    padding:0px;
  }
.headerFont{
      font-family: 'Ubuntu', sans-serif;
      font-size: 24px;
    }
.subFont{
      font-family: 'Raleway', sans-serif;
      font-size: 14px;
      
    }
.specialHead{
      font-family: 'Oswald', sans-serif;
    }
.normalFont{
      font-family: 'Roboto Condensed', sans-serif;
    }
 a {
      color: #FFFFFF;
      text-decoration: none;
    }

a:link {
      color: #FFFFFF;
      text-decoration: none;
    }

    /*  link visitado */
 a:visited {
        color: #FFFFFF;
        text-decoration: none;
    }

    /* mouse sobre link */
    a:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

    /*  link  seleccionado*/
    a:active {
        color: #FFFFFF;
        text-decoration: none;
    }