body {
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: #ffffff;
}

div#container-all {
    width: 94%;
    max-width: 36em;
    margin: 1em auto;
}

a {
    color: #0000cc;
    text-decoration: none;
}
 
a:hover {
    text-decoration: underline;
}

p, li {
    text-align: justify;
}

ul {
    list-style-type: circle;
}

h1 {
    font-size: 1.4em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.0em;
}

h4, h5, h6 {
    font-size: 0.8em;
}

blockquote {
    margin: 0 0 0 0.56em;
    padding: 0 0 0 0.56em;
    border-left: 2px solid #cccccc;
}