@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,400);
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

body {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    font-family:'Work Sans','HelveticaNeue-Light', 'HelveticaNeue','Arial',sans-serif;
    text-rendering: optimizeLegibility;
    font-size:12px;
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
    font-weight: 300;
    color: #333333;
}

h6,h5,h4,h3,h2,h1,p,a{
    color: #333333;
    font-weight: 300;
    letter-spacing: normal;
}

h2{
    font-size: 22px;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 16px;
}
h5{
    font-size: 14px;
}
a{
    font-size: 13px;
    text-decoration: none;
}
p{
    font-size: 13px;
    line-height: 24px;
    word-spacing: 0.5px;
}
.clear{
    clear: both;
}