#postBody a {
    color: var(--color-ppt-blue);
}
#postBody a:hover {
    color: var(--color-ppt-red);
}

#postBody .yellow-box a {
    color: var(--foreground);
    text-decoration: underline;
}

#postBody .yellow-box a:hover {
    color: var(--color-ppt-red);
}

.author-bio-copy a,
.trust-copy a {
    color: var(--color-ppt-blue);
    text-decoration: underline;
}

.author-bio-copy a:hover,
.trust-copy a:hover {
    color: var(--color-ppt-red);
}