Index: doc/package-xotcl.html
===================================================================
diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r4dd2595d98574faaac87f5dd33b542516fdff5df
--- doc/package-xotcl.html	(.../package-xotcl.html)	(revision c72f9f638677608fab1502cd696c8f2d6b2952f9)
+++ doc/package-xotcl.html	(.../package-xotcl.html)	(revision 4dd2595d98574faaac87f5dd33b542516fdff5df)
@@ -3,6 +3,7 @@
 <HTML>
 <HEAD>
   <TITLE>XOTcl - Documentation -- ./library/lib/package.xotcl</TITLE>
+  <LINK REL="StyleSheet" HREF="xotcl-doc.css" TYPE="text/css">
 </HEAD>
 
 <BODY BGCOLOR="FFFFFF">
@@ -12,11 +13,9 @@
   <HR>
   <P>
     <h2> Package/File Information </h2>
-    <b> Package provided: </b> xotcl::package 0.91
+    <b> No package provided/required </b>
     <BR>
-    <b> Package required: </b> xotcl::mixinStrategy 
     <BR>
-    <BR>
     <b>Defined Objects/Classes: </b>
     <UL>
       <LI>
@@ -41,10 +40,10 @@
         </TD>
         <TD VALIGN="top">
           
-  Represent Tcl package loading command by an XOTcl
-  object. Enables tracking, tracing, and verbose output
-  of package loading
-  
+	Represent Tcl package loading command by an XOTcl
+	object. Enables tracking, tracing, and verbose output
+	of package loading
+    
         </TD>
       </TR>
     </TABLE>
@@ -66,8 +65,8 @@
           </TD>
           <TD VALIGN="top">
             
-    Supports all Tcl package options plus present and verbose.
-  
+	    Supports all Tcl package options plus present and verbose.
+	
           </TD>
         </TR>
       </TABLE>
@@ -95,9 +94,9 @@
               </TD>
               <TD VALIGN="top">
                 
-    Check whether a package is present or not. Similar to Tcl's 
-    package present, but works with Tcl < 8.3
-  
+	    Check whether a package is present or not. Similar to Tcl's 
+	    package present, but works with Tcl < 8.3
+	
               </TD>
             </TR>
           </TABLE>
@@ -124,9 +123,9 @@
               </TD>
               <TD VALIGN="top">
                 
-    Toggle verbose output on/off. If on, package prints the locations
-    from where packages are loaded to the screen. Default is off.
-  
+	    Toggle verbose output on/off. If on, package prints the locations
+	    from where packages are loaded to the screen. Default is off.
+	
               </TD>
             </TR>
           </TABLE>