<html> <head> <title>Example 9-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.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://mmdt1021.ridgewater.net">MMDT1021</a> web site.</p> <p>&nbsp;</p> </body> </html>