body         {
	color: navy;
	background-color: lightyellow;
	font-size: 12 pt;
	cursor : text;
}
h1,h2      {	font-family: Helvetica;text-align:  Center;}
h1       { color: brown;  font-size: 20 pt; cursor:move}
h2       { color: Olive;  font-size: 16 pt; cursor:move}
h3       { 	color: purple;
	font-size: 12 pt;
	padding: 5px 0px 3px 0px;
	background-color: #FFE1BB;
	border-style: double;
	margin-top: 10px;}
	
hr      {color: teal;}
P {
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
	color: navy;
	padding-left :15;	
}
P.b {
	word-spacing: 0.2em;
	color: green;
	padding-left :15;
}
P.c {
	word-spacing: 0.2em;
	color:#0000FF;
	padding-left :15;
}
P.a {
	word-spacing: 0.2em;
	letter-spacing: 0.1em;
	color: Purple;
	padding-left :10;
	font-weight:800;
}
p.d { padding-left: 0;  color:olive; font-size: 12pt;}
li {
	color=blue;
	color : #6A5ACD; 
}
A:link	{ color: Blue ; }
A:active { color: lime }
A:visited {	color: Teal; }
A:hover { color: brown }	
Span	{ font-size: 14pt; color: olive; background: lightblue; cursor:text }
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);
	border-left : 10px;
}

