/* This style sheet tries to emulate the way the      */
/* Cello browser rendered pages as close as possible. */
/* as possible. It was first created in December 2001 */
/* and revised in October 2011. */

body 
	{
	font-family: "Times New Roman", serif;
	font-size: 15pt;
	color: black;
	background-color: #FFFFE8;
	cursor: crosshair;
	margin-left: 48px;
	margin-right: 48px;
	margin-bottom: 420px;
	margin-top: 40px;
	}

h1 
	{
	font-family: Arial, sans-serif;
	font-size: 23pt;
	color: maroon;
	font-weight: normal
	}

h2 
	{
	font-family: Arial, sans-serif;
	font-size: 17pt;
	color: navy;
	font-weight: normal;
	}

h3 
	{
	font-family: Arial, sans-serif;
	font-size: 15pt;
	color: blue;
	font-weight: normal
	}

h4 
	{
	font-size: 20pt;
	color: maroon;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 12px;
	}

h5 
	{
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	}

h6
	{
	font-family: Courier;
	font-size: 12pt;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 8px;
	}

tt, pre 
	{
	font-family: Courier;
	font-size: 14pt;
	}

tt
	{
	display: block;
	}

address 
	{
	font-size: 17pt;
	font-style: normal;
	text-align: right;
	}

li 
	{
	color: red;
	}

ul li 
	{
	margin-bottom: 1em; 
	margin-top: 1em;
	}

ul 
	{
	list-style-image: url(clbullet.gif);
	list-style-position: inside;
	}
ul ul 
	{
	list-style-image: url(clcross.gif);
	}
ul ul ul 
	{
	list-style-image: url(clbullet.gif);
	}

ol 
	{
	list-style-position: inside;
	margin-top: 0;
	margin-bottom: 0;
	}
dir 
	{
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -40px;
	}

blockquote ul 
	{
	list-style-image: url(clcross.gif);
	}

li blockquote 
	{
	margin-top: 0;
	}

a:link, a:visited 
	{
	border-width: 1px;
	border-color: inherit;
	border-style: dashed;
	text-decoration: none;
	color: inherit;
	cursor: n-resize;
	padding-right: 4px;
	}

img 
	{
	border-top: solid black 1px;
	border-right: solid black 3px;
	border-bottom: solid black 3px;
	border-left: solid black 1px;
	}

hr 
	{
	color: black;
	background-color: black;
	height: 5px;
	}

center 
	{
	text-align: left;
	}


