html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.page {
    text-align: justify;
    text-justify: inter-word;
    /* text-align: left; */
    border: 0;
    width: 80%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
}

h1 {
    font-size: 1.6rem;
    font-weight: bold;
}

h2 {
    font-size: 1.1rem;
    font-weight: bold;
    padding-top: 20px;
}

h3 {
    font-size: 1.1rem;
    font-weight: bold;
}

p, li, dt, dd {
    font-size: 1.0rem;
}

img {
    margin: 1rem;
    float: right;
}

a {
    color: #000066;
    /* text-decoration: none; */
}

a:hover {
    color: #666699;
    /* text-decoration: none; */
}
