<!DOCTYPE html>
<title>Example</title>
<style>
a:link {
font-size: 2em;
color: orange;
text-decoration: none;
}
a:hover {
color: yellowgreen;
text-decoration: underline;
</style>
<p>Plenty of <a href="/html/templates/">HTML templates</a> if you need them.</p>