Failure Example 1

In the example below the background color is defined on the body element, however the foreground color is not defined. Therefore, the example fails the Success Criterion.
	<body bgcolor="white">
	    <p> ... document body...</p>
	</body>
			  
F24: Failure of SC 1.4.1 due to specifying foreground colors without specifying background colors or vice versa

... document body...