32 lines
781 B
HTML
32 lines
781 B
HTML
<!--TOOLBAR_START--><!--TOOLBAR_EXEMPT--><!--TOOLBAR_END-->
|
|
<HTML>
|
|
<HEAD>
|
|
<STYLE>
|
|
|
|
H1 {
|
|
font: bold 12pt verdana;
|
|
color: maroon
|
|
}
|
|
|
|
H2 {
|
|
font: bold 10pt verdana;
|
|
color: navy
|
|
}
|
|
|
|
P {
|
|
font: 10pt verdana;
|
|
color:navy
|
|
}
|
|
|
|
</STYLE>
|
|
</HEAD>
|
|
<BODY>
|
|
|
|
<h1>Chapter 1</h1>
|
|
|
|
<p>text text text text text text text text text text text text text text</p>
|
|
|
|
<P><HR><font color="black" face="ms sans serif" size="1">©<a href="http://www.microsoft.com/misc/info/cpyright.htm" target="_top"> 2001 Microsoft Corporation. All rights reserved. Terms of use.</a></font>
|
|
</body>
|
|
</html>
|