/* Make all hyperlinks in pages and posts red, including hover and active states */
.page a,
.single a,
.entry-content a,
.page a:hover,
.single a:hover,
.entry-content a:hover,
.page a:active,
.single a:active,
.entry-content a:active {
color: red !important;
}