<!- /* File: SharedBody.css  Created 13 December 2004 -----------------------------------------|
 * Version B
 *
 *	written by:	Edward Thelen
 *	date:		15 December 2004
 *
 * This and the following are compatible style blocks, visible to modern browsers. 
 * Any browser that does not understand CSS assumes these are commented spans.  (Page Width) --|
 */ ->

<! /* 
 */
<! <style type="text/css">
<! body { background-color="#003"; }
</style>

<! /* Tag redefinitions */
  h6	{ font-weight: bold; font-size: 22pt; line-height: 30pt; font-family: courier, monospace; }
  dt	{ font-weight: bold; font-family: helvetica, monospace; }
 
/* Class definitions */
  .mytt	{ font-family: monospace; font-size: 90% }
  .email	{ color: #00f; font-family: monospace; font-size: 90% }
 ->
 
 <!- /* REVISION HISTORY
 * Version B
 *	written by:	Edward Thelen
 *	date:		15 December 2004
 * Added body background color style.
 *
 * Version A
 *	written by:	Edward Thelen
 *	date:		13 - 14 December 2004
 * Redefined tag h6.  Defined classes .mytt and .email.
 */ ->

