body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 40px;
    color: black;
    font-size: 14px;
}
h1, h2, h3 {
    color: #333;
}
h1 {
    font-size: 24px;
    margin-bottom: 10px;
}
h2 {
    font-size: 20px;
    margin-top: 20px;
    color: orange;
}
h3 {
    font-size: 18px;
    margin-top: 15px;
}
p, ul {
    margin-bottom: 10px;
}
ul {
    list-style-type: disc;
    padding-left: 20px;
}
.contact-info, .controller-info {
    margin-top: 10px;
    margin-bottom: 10px;
}

.last-updated {
    text-align: right;
    font-style: italic;
    margin-bottom: 20px;
}
li.no-style {
    list-style-type: none;
}

li.circle-style {
    list-style-type: circle;
}

.heading {
    color: #003883;
}