body		{text-align: justify}
h1		{text-align: center}
h2, h3, h4	{text-align: left}

h1, h2	{font-family: Copperplate Gothic Bold, Times, sans-serif; 
             font-weight: bold; text-transform: capitalize}
h3, h4	{font-family: Copperplate Gothic Light, Times, sans-serif; 
             font-weight: normal; text-transform: capitalize}
h5, h6, dfn, caption, th, dt, a, table.traits
		{font-family: sans-serif; font-weight: bold}
h1		{font-size: xx-large}
h2		{border: thin solid; padding: 4; font-size: x-large}
h3		{border-bottom: thin solid; font-size: large}
h4		{font-size: medium}

p		{text-indent: 30; margin-top: 0; margin-bottom: 0}

body, table
		{font-family: serif; font-size: medium}
table		{border-top: thin solid black; border-bottom: thin solid black; margin: 6}
table.traits
		{border-style: none; margin: 0; padding: 0}

td		{vertical-align: top; padding-bottom: 5}
td + td	{padding-right: 30}

div.ins	{text-decoration: none; border: thin solid red; padding: 4; background-color: pink}
div.ins ins	{text-decoration: none}
div.ins em	{font-family: cursive}

blockquote	{border: thin solid silver; background-color: #FFEED3}

del		{display: none}
ins		{text-decoration: none}
del ins	{text-decoration: line-through}

dl			{border-left: thick solid silver; padding-left: 5}
dl.traits dt	{margin-top: 15}

dl.traits dd      {margin-left: 0; clear: left}
dl.traits dd dl   {margin-left: 40}

blockquote.fullbox, 
blockquote.box, 
blockquote.thinbox
			{border: medium ridge gray; 
                   padding: 1%; margin: 1%; 
                   text-align: justify}
blockquote.box    {width: 50%; float: right}
blockquote.thinbox
			{width: 35%; float: right}
blockquote.fullbox h2, 
blockquote.fullbox h3, 
blockquote.fullbox h4,
blockquote.box h2, 
blockquote.box h3, 
blockquote.box h4,
blockquote.thinbox h2, 
blockquote.thinbox h3, 
blockquote.thinbox h4
			{text-align: center}

h1, h2, h3, 
blockquote.fullbox, 
blockquote.box,
blockquote.thinbox
			{clear: both}