@import url(fonts/thsarabunnew.css);

*{ margin: 0; padding: 0; }
body{ 
    font-family: 'THSarabunNew', sans-serif;
    font-size: 16px;
    color: black;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'THSarabunNew' !important;
}

DIV.styleH1 {
    font-style: normal;
    font-size: 14px;
    //font-family:Arial, Helvetica, sans-serif;
}
.styleH2 {
    font-style: normal;
    font-size: 16px;
    //font-family:Arial, Helvetica, sans-serif;
}