 


/* Universal setter properties  */
*
{
    margin: 0px;
    padding:0px;
}

/* New Change here to remove decoration from the link */
a
{
    text-decoration: none;
}




 
 