<html> <head> <title>Example 8-1-E</title> <style type="text/css"> a:link {color:green;} a:visited {color:white;} a:focus {color:orange;} a:hover {color:red;} a:active {color:yellow;} </style> </head> <body text="#FFFFFF" bgcolor="#000000"> The following are links <p>The main <a href="http://www.ridgewater.mnscu.edu">Ridgewater</a> web site.</p> <p><a href="http://www.ridgewater.net">Courses</a> that Allen Benusa teaches.</p> <p>This <a href="http://www.ridgewater.net/mmdt1021">MMDT1021</a> web site.</p> <p>&nbsp;</p> </body> </html>