Create a link that has a "dotted" underline

This is just a test of a really "pretty" link, which uses a border bottom rather than text-decoration: underline;.

a { color: #069; text-decoration: none;
	border-bottom: 1px dotted #069; line-height: 1.6em; }
a:hover { border-bottom: 1px solid #069; }