body {
    font-family: 'Arial';
    color: #666;
}
body, table {
    font-size: 12px;
}
p {
    padding-top: 4px;
    padding-bottom: 6px;
}
h1 {
    font-size: 26px;
    margin-bottom: 24px;
    color: #111;
}
h2 {
    color: #111;
    padding-top: 6px;
    padding-bottom: 10px;
    font-size: 14px;
}
ul {
    list-style: disc;
    padding-left: 20px;
}
li {
    padding-left: 10px;
    padding-bottom: 6px;
}
a {
    color: #E9812A;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
