Link Style per CSS ändern

Braucht man wohl immer wieder!
Links in einem Bereich anders gestalten

Im Header:

<style type="text/css">
<!--
.link1 A:link {color: #395525}
.link1 A:visited {color: #395525}
.link1 A:active {color: #395525}
.link1 A:hover {text-decoration: underline; color: #395525}
-->
</style>

Anwendung:

<font class="link1"><a href="...

Link:
http://www.echoecho.com/csslinks.htm