<tr>
<td>
<a class="quiet" href="http://validator.w3.org/check/referer">
- <img alt="Valid XHTML 1.0!" src="images/valid-xhtml10.png" width="88" height="31" />
+ <img class="quiet" alt="Valid XHTML 1.0!" src="images/valid-xhtml10.png" width="88" height="31" />
</a>
<a class="quiet" href="http://jigsaw.w3.org/css-validator/">
- <img alt="Valid CSS" src="images/valid-css.png" width="88" height="31" />
+ <img class="quiet" alt="Valid CSS" src="images/valid-css.png" width="88" height="31" />
</a>
</td>
margin-bottom: 40px;
}
-a.quiet:link,visited { color: Background; }
-a.quiet:visited { color: Background; }
+a.quiet:link,visited {
+ color: Background;
+}
+a.quiet:visited {
+ color: Background;
+}
+img.quiet:link,visited {
+ border-style:none;
+ color: Background;
+}