I think the best way to do this would be css or javascript. Also im not even really sure it is possible.
all the css i have
html {
background: url(http://i.imgur.com/6oqXuwz.jpg) no-repeat center center fixed;
background-size: cover;
}
/* unvisited link */
a:link {
}
/* visited link */
a:visited {
}
/* mouse over link */
a:hover {
}
/* selected link */
a:active {
}