body         { color: navy;  
	background-color:#f0ffff; 
	background-repeat: no-repeat;  
	background-position: center;
	background-attachment: fixed; font-size: 12pt;  }
h1,h2,h3,h4      {
	color: red;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
h1		{text-align:  Center;  font-size: 16 pt; }
h2       { color: Purple;  font-size: 14 pt; }
hr      {  color: green;}
h3    {  font-size: teal; font-size: 12 pt; }
h4       { color: Purple;  font-size: 12 pt}
li,td,tr     {  color: navy; font-weight:500;}
P {
	word-spacing: 0.4em;
	letter-spacing: 0.2em;
	font-size : 12 pt;
	color : navy;
	padding-left: 5%;
}
span	{ color: green; }
option  {background:pink}
P.dark	{color:Black; background:silver }
A:link	{ color: Blue ; }
A:active { color: lime } A:visited { color: navy }
A:hover { color: brown }	
filter:VF.style.blur(direction=45,length=15,add=0,enable=1);
/* P:first-line { font-variant: small-caps; word-spacing: 200% } */

Span.uinfo { font-size: 12pt; color: pink; background: lightblue; }

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/arrow.gif); /* list-style-position:inside */ cursor:hand }