In the meantime, please continue to browse rental assistance programs here
/* Change hyperlink colors in post and page content */
.entry-content a, .page-content a {
color: #1982c4; /* Normal state color */
}
.entry-content a:hover, .page-content a:hover {
color: #CA2E55; /* Hover state color */
}