body,td {
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
}

p,li {
    text-align: justify;
}

h1 {
    color: red;
    font-size: 1.5em;
    font-weight: bold;
}

h2 {
    color: red;
    font-size: 1.1em;
    font-weight: bold;
}

h3 {
    color: red;
    font-size: 1em;
    font-weight: bold;
}

a img {
    border: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1em;
}

.centered {
    text-align: center;
}

