body {
    font-size: small;
}
.link-home {
    font-style: italic;
    text-align: right;
}
.text {
    font-family: times;
    color: black;
    width: 70%;
}
.text p {
    text-align: justify;
}
.text p.more-info {
    text-align: right;
}
.text p.question {
    text-align: justify;
    font-weight: bold;
    margin-bottom: 0;
}
.text p.answer {
    text-align: justify;
    margin-top: 0;
}
.text p.bullet {
    display: list-item;
    list-style: inside;
}
.more-info a:link, .more-info a:visited {
    color: #cc0000;
}
.text h2 {
    text-align: center;
    font-size: 1em;
    margin-top: 2em;
}
.text h1 {
    margin-top: 1em;
    text-align: center;
    font-size: larger;
    color: #cc0000;
}
.text h3 {
    text-align: center;
    font-weight: normal;
    font-size: smaller;
}
.text td {
    padding-left: 1em;
    padding-right: 1em;
}

