body         {
	color: navy;
	background-image: url("../images/bg1.gif");
	font-size: 12pt;
	cursor : text;
}

h1       { color: green;  font-size: 20 pt; cursor:move; text-align:  Center;}
h2       { color: Olive;  font-size: 16 pt; cursor:move; }
h2.a     {
	color: #6456B5;
	font-size: 16 pt;
}
h3       {	color: Purple;	font-size: 14 pt;	padding-left: 1%; }
h4      {
	color: #1C44B4;
	font-size: 12 pt;
	padding-left: 2%;
}
h5       { color: teal;  font-size: 12 pt; padding-left :3%;}
hr      {color: teal;}
P {
	word-spacing: 0.2em;
	letter-spacing: 0.1em;
	padding-left :4%;
}
P.a {
	word-spacing: 0.2em;
	letter-spacing: 0.1em;
	color: #556B2F;
	padding-left :15;
}

P.a {
	word-spacing: 0.2em;
	letter-spacing: 0.1em;
	color: green;
	padding-left :5%;
}

td, th { font-size: 12 pt; }
td.a {
	background-color: #EDEBAD;
}
A:link	{ color: Blue ; }
A:active { color: lime }
A:visited {	color: Teal; }
A:hover { color: brown }	
Span	{
	font-variant: small-caps;
	font-size: 14pt;
	color: olive;
	cursor: text;
	background-color: lightblue;
}
Span.a	{
	color: green;
	font-size: 12pt;
	background-color: transparent;
}
Span.b	{
	color: #2D2EFF;
	font-size: 12pt;
	background-color: transparent;
}
Span.red	{
	color: red;
	background: none;
	font-size: 12pt;
	background-color: transparent;
}

DIV { line-height:120%; text-transform: capitalize; margin-left:120px; 
	clip: rect(10, 50, 50, 20); /* top, right, bottom, left*/ 
    	visibility:visible; width=200px; z-index:3;
	cursor: crosshair}
	
ul {
	list-style-image: url(../images/arrow2.gif);
	padding-left : 0px;
	border-left : 10px;
}

ul.a {
    list-style-type: disc;
	list-style-image: url(../images/greendot.gif);
	padding-left : 0px;
	border-left : 10px;
}


li {	
	padding-left : 2%;
	border-left : 0px;
}
ul.b {
	list-style-image: url(images/q.gif);
}
ul.disc {list-style-type: disc;}

ul.c {
	padding-left : 3%;
}
ol.c {
	list-style-image: url(images/point.gif);
}
