/* The XOT folder-specific page style sheet
 *
 * $Id: folder.css,v 1.1 2004/10/27 20:56:44 jhh Exp $
 *
 * Specific formating information for all pages (item and topic) within a 
 * topic. These may vary between topics
 */

/* Import parent folder css
*/
@import "../folder.css" ;

#xottopicbody
{ 
  background-color: white ;
}

table#webs
{ 
  width: 100% ;
  border-spacing: 10px 10px;
}

td
{ font-size: 10pt ; 
}