a:link {
font-weight: bold;
color: #ff0000;
background-color: #fff;
text-decoration: none;
}
span:before {
content: " Example results of the above code! ";
color: #000066;
font-style: italic;
font-weight: bold;
text-decoration: underline;
background: #fff;
}