:root {
    --blue:rgb(0, 148, 216);
}
body {
    text-align:left; 
    background-color:white; 
    color:black;
    font-size:120%; font-family:'Arial', sans-serif; font-weight:500; font-style:normal; font-kerning: normal;margin-left: 1em;
}
div {
    max-width:800px;
}
img {
    width:100%;
    max-width:800px;
}
#lead {
}
#items {
    margin-top: 1em;
    border-top: 0.1em black solid;
    margin-bottom: 1em;
    border-bottom: 0.1em black solid;
}
a {
    text-decoration: none;
    font-weight: bold;
}
table {
    width: 100%;
    background-color:rgb(223, 242, 255);
}
td {
    vertical-align: top;
}