@import url('https://fonts.googleapis.com/css?family=Open+Sans');


html {
background-color:#f5f3ee;
color:black;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 16px;
}

h1 {
font-weight: bold;
font-size: 1.7rem;
}
h2 {
font-weight: bold;
font-size: 1.5rem;
}
h3 {
font-weight: bold;
font-size: 1.3rem;
}
h4 {
font-weight: bold;
}

ul {
padding: 0 0 0 0;
}

dt {
font-weight: bold;
}

dt::after { 
content: ":"; 
} 
  
dd { 
margin: 0 0 0 0px; 
padding: 0 0 0.5em 0; 
}

em {
font-style: normal;
font-weight: bold;
}
