/*
 - "Hind" is licensed under the SIL Open Font License 1.1
 -  https://fonts.google.com/specimen/Hind
*/

@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css); 

body  {
    background: #F4F4F4;
    margin: 0px;
    font-family: 'Hind', sans-serif; 
    transform: rotate(0.01deg);
    font-size: 18px; 
    line-height: 24px;
}

#content { 
    width: 940px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 30px 40px;
}

#language {
    margin: 0px;
    padding: 0px;
    text-align: right;
    border-bottom: 8pt solid #3b7687;
}

h1 {
    margin: 0px;
    padding: 0px;
    font-size: 34px; 
    font-weight: normal;
}

h2 {
    margin: 20px 0 0 0;
    padding: 0px;
    font-size:24px;
    font-weight: normal;
    text-decoration: underline;
}

h3 {
    font-size: 18px; 
    margin: 20px 0 5px 0;
}

a {
    color:  #3b7687;
}

ol {
    display: flex;
    flex-direction: column-reverse;
}

ol li {
    margin-bottom: 10px;
}

ul li {
    margin-bottom: 10px;
}

#postamble {
    width: 940px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 11px;
    text-align: right;
    border-top: medium solid #3b7687;
}

.note {
    font-weight:bold;
    font-style:italic;
}

.emph {
    color:crimson;
}
