a:link { color: blue; text-decoration: none; } 
a:hover { color: blue; text-decoration: underline; }

<style type="text/css">
pre {
color: green;
font-family: monospace;
background: yellow;
}
</style>
