<html> <head> <title>Welcome to the example of external style sheets</title> <link rel="stylesheet" type="text/css" href="minisite.css"> </head> <body> <div id="banner"> <p>Welcome to the example of external style sheets.&nbsp; This blue title banner really makes things stand out.<br> Come one, come, all, see what external style sheets have to offer.</p> </div> <h2>This is a heading. It should be green.</h2> <div class="demo1"> <p>A word or two should be <b>bold</b> in here.</p> </div> <p>Go to the main <a href="http://www.ridgewater.mnscu.edu">Ridgewater</a> web site.<br> See what is on <a href="page2.htm">page two</a>.</p> </body> </html>