html,body,div,form,h1,h2,h3,h4,h5,h6,a,ul,li,fieldset,legend,table,th,td { 
    margin      :0; 
    padding     :0; 
    text-align  :left;
    vertical-align:top;
}
ul,li { 
    list-style:none; 
}
html, body {
    width:100%; 
    height:100%;
    line-height:130%;
    margin:0 auto;
    min-width:320px;
}
body, textarea, input {
    font-family: 'Oxygen', sans-serif;
    font-size:1em;
    font-weight:300;
    color:#444;
}
img, a {
    border:none;
    text-decoration:none;
}
p {
    padding:0.1em 0;
}
.clear {
    clear:both;
}
