



body {
    color: white;
}

h1 {
    color: white;
}

p.ex {
    color: white;
}


h1 a:link,
h1 a:visited {
    color: white;
}

h1 a {
   color: #FFFFFF !important;
}

/* unvisited link */
a:link {
    color: #99ccff;
}

/* visited link */
a:visited {
    color: #e6e6e6;
}

/* mouse over link */
a:hover {
    color: #ff0000;

/* selected link */
a:active {
    color: ghostwhite;
}


.post h4 

/* media-heading */
a:link {

color: FFFFFF;
}

/* media-heading */
a:visited {

color: FFFFFF;
}

/* media-heading */
a:hover {

color: FFFFFF;
}

/* media-heading */
a:active {

color: FFFFFF;
}








This is a link
Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective.
Note: a:active MUST come after a:hover in the CSS definition in order to be effective.




.forum a { color: black !important; }

.bbp-forum-info { color: black !important; }

.bbp-forum-topic-count { color: black !important; }

.bbp-forum-reply-count { color: black !important; }

.bbp-forum-freshness { color: black !important; }