a {
    color: #a71545;
}

li {
    margin-top: 5pt;
}

h1 h2 h3 h4 {
    font-family: 'Roboto Medium',
}

strong {
    font-weight: 700;
}

.weak {
    color: #777;
}

.underline {
    text-decoration: underline;
}

.quote {
    border-left: 6px solid #ccc;
    padding-left: 10px;
    color: #666;
}
