* {
    margin: 0;
    box-sizing:border-box;
}

body {
    font-size: 62.5%;
    font-family:sans-serif;
    line-height: 1.2rem;
    color: #666;
}

h1 {
    font-size: 1.2rem;
    color: #000;
    width: 100%;
    margin: 0;
    padding: 0.5rem;
    border-bottom: 1px solid #666; 
}


h2 {
  color: #666;
  margin-top: 1.0em;
}


div.main{
    padding: 1rem;
}

p {
    font-size: 0.9rem;
    text-align: left;
    font-weight: normal;
    padding: 0.5rem 0;
}

div.indent1 {
    font-size: 0.9rem;
    text-align: left;
    font-weight: normal;
    margin-left: 1em;
    text-indent: -1em;
}

div.indent2 {
    font-size: 0.9rem;
    text-align: left;
    font-weight: normal;
    margin-left: 2em;
    text-indent: -1em;
}

div.indent3 {
    font-size: 0.9rem;
    text-align: left;
    font-weight: normal;
    margin-left: 3em;
    text-indent: -1em;
}