/* Objects on a page: graphic icons for bullets for list items */

/* Optional prefix characters */
/*   p: link or pointer to a ... */
/*   m: muliple ... */
/*   mp: a list of pointers, each to a ... */

/* Remainder of word describes object */
/*  Directory */
/*   Root: Root directory with links to other directories (same as mpDir) */
/*   Dir: directory or list of links (same as mpDoc) */
/*   Web: A list of links to pages on the Internet's Worldwide Web (same as mExt) */
.pRoot	{ list-style-image: url("graphics/file1cab.gif") }	/* closed file cabinet */
.Root	{ list-style-image: url("graphics/file_cab.gif") }	/* open file cabinet */
.pDir	{ list-style-image: url("graphics/folder03.gif") }	/* closed folder */
.Dir	{ list-style-image: url("graphics/folder05.gif") }	/* open folder */
.pWeb	{ list-style-image: url("graphics/earth1c.gif") }	/* globe on folder */
.Web	{ list-style-image: url("graphics/earth1c.gif") }	/* globe on closed folder */
/*  Page or major section */
/*   Doc: document or page of text (same as mPara) */
/*   List: list of textual items (same as mLine) */
/*   Form: form page, curently only for sending a message */
/*   Ext: A page on the WWW (external to current website) */
.pDoc	{ list-style-image: url("graphics/i547.gif")   }	/* closed report */
.Doc	{ list-style-image: url("graphics/i547.gif")   }	/* open report */
.pList	{ list-style-image: url("graphics/yes0a.gif")  }	/* closed list */
.List	{ list-style-image: url("graphics/infoi.gif")  }	/* open list */
.pForm	{ list-style-image: url("graphics/mail14.gif") }	/* write a letter */
.Form	{ list-style-image: url("graphics/mail14.gif") }	/* write a letter */
.pExt	{ list-style-image: url("graphics/door2.gif")  }	/* exit, external link */
.pFind	{ list-style-image: url("graphics/flal1.gif")  }	/* flashlight at cabinet */
/*  Parts of a page */
/*   Para: a sentence or paragraph of a document */
/*   Line: a line item of a list */
.Para	{ list-style-image: url("graphics/infoi.gif")  }	/* info (i) */
.Line	{ list-style-image: none }	/* bullet */
.Cpyrt	{ list-style-image: url("graphics/copyrt.gif") }	/* copyright symbol */

/* List items */
.head { font-size: large; margin-top: 1em }
.item { font-size: smaller }

/* Most icons are from http://geocities.com/SiliconValley/6603/icon.htm */
/* <link rel="StyleSheet" href="site.css" title="David Cohen's preferences" type="text/css"> */

/* Created December 26, 2001 by David Cohen */
/* Modified December 29, 2001 by David Cohen */