...
<style type="text/css">
a:link { color: red }
a:visited { color: maroon }
a:active { color: fuchsia }
</style>
</head>
<body>
<p>... document body... <a href="foo.htm">Foo</a></p>
</body>
F24: Failure of SC 1.4.1 due to specifying foreground colors without specifying background colors or vice versa
... document body... Foo