Grey link color for footer
<head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style rel="stylesheet" type="text/css"> #footer p { margin: 0; padding: 0; } #footer a { background: inherit; color: gray; font-weight: 400; text-decoration: none; } #footer a:hover { text-decoration: underline; } </style> </head> <body> <div id="footer"> <p>Copyright © 2007 Your Name | Design by <a href="/">Link</a> | <a href="">Homepage</a></p> </div> </body> </html>