body{ 
    background: #777;
    font-size: 100%;
    margin: 0px; 
    font-family: 'Quicksand';
	text-align: left;
}

ul{
    -webkit-margin-after: 10px;
}
    
p{ 
    font-size: 1em;
    margin:0px;
} 

img{
    max-width: 100%;
    border:0px;
}

a{
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

svg{
    overflow: hidden;
}

article { 
    width: 100%;
}

table{
    border:0px;
    padding: 0px;
    border-collapse: collapse;
    vertical-align: top;
}

td{
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6{ margin-top: 0; }