body, p {
    font-family: Helvetica, arial, sans-serif;
}

a { 
    color: #a20;
    text-decoration: none;
    font-weight: bold;
}

a:visited { 
    color: #a20;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: white;
    background-color: #a20;
    text-decoration: none;
    font-weight: bold;
}

a:hover:visited {
    color: white;
    background-color: #a20;
    text-decoration: none;
    font-weight: bold;
}

ul.items {
    list-style-type: square;
    padding-bottom: 30px;
}

.container {
    line-height: 1.5;
}
