@font-face {
    font-family: 'Noto Serif Myanmar';
    src: url('../../DY/fonts/NotoSerifMyanmar-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: bold;
}

@font-face {
    font-family: 'Padauk Book';
    src: url('../../DY/fonts/PadaukBook-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myanmar Text';
    src: url('../../DY/fonts/mmrtext.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

strong {
    font-family: 'Myanmar Text';
    src: url('../../DY/fonts/mmrtextb.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Arial Unicode MS';
    src: url('../../DY/fonts/ARIALUNI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #EBFBD3;
    margin-left: 10px;
}

body.CHM {
    background-color: #299E1D;
    color: #FFFF00;
    margin-left: 0px;
}

body.CHF {
    background-color: #EBFBD3;
    margin-left: 0px;
}

h2 {
    text-align: left;
    font-family: 'Noto Serif Myanmar';
    font-size: 30px;
}

h3 {
    text-align: left;
    font-family: 'Noto Serif Myanmar';
    font-size: 20px;
}

h3.ex1 {
    text-align: left;
    font-family: 'Noto Serif Myanmar';
    font-size: 20px;
}

h3.ex2 {
    text-align: center;
    font-family: 'Noto Serif Myanmar';
    font-size: 20px;
}

h3.header {
    text-align: center;
    font-family: 'Noto Serif Myanmar';
    font-size: 20px;
}

h1 {
    text-align: right;
    font-family: 'Noto Serif Myanmar';
    font-size: 14px;
}

h1.ex1 {
    text-align: left;
    font-family: 'Noto Serif Myanmar';
    font-size: 16px;
}

p {
    font-family: 'Padauk Book';
    font-size: 22px;
    text-align: left;
    line-height: 1.8;
}

p.ex1 {
    font-family: 'Padauk Book';
    font-size: 22px;
    text-align: center;
    line-height: 1.8;
}

p.list {
    font-family: 'Padauk Book';
    font-size: 22px;
    text-align: left;
    line-height: 1.8;
    margin-left: 30px;
}

p.eng {
    font-family: 'Arial Unicode MS';
    font-size: 20px;
    text-align: left;
    line-height: 1.8;
}

p.myan_menu {
    font-family: 'Padauk Book';
    font-size: 22px;
    text-align: left;
    line-height: 2.0;
}

li.myan {
    font-family: 'Padauk Book';
    font-size: 20px;
    text-align: left;
    line-height: 1.2;
}

li.eng {
    font-family: 'Arial Unicode MS';
    font-size: 20px;
    text-align: left;
    line-height: 1.8;
}

span.myan {
    font-family: 'Padauk Book';
    font-size: 20px;
    text-align: left;
    margin-left: 1%;
    line-height: 1.8;
}

div.indent1 {
    padding: 0 0;
    font-family: 'Padauk Book';
    font-size: 20px;
    text-align: left;
    line-height: 1.8;
    margin-left: 32px;
}

div.Header1 {
    font-family: 'Noto Serif Myanmar';
    font-size: 24px;
    position: relative;
    text-align: center;
    top: 0px;
}

div.Header2 {
    position: relative;
    text-align: right;
    top: 0px;
}


/* Create two equal columns that floats next to each other */

div.column {
    float: left;
    width: 50%;
    padding: 10px;
    height: 420px;
    /* Should be removed. Only for demonstration */
    font-family: 'Padauk Book';
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
}


/* Clear floats after the columns */

div.row:after {
    content: "";
    display: table;
    clear: both;
}

li {
    margin-top: 20px;
}