body         {
	color: navy;
	background-color: #E0FFFF;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

h1		{ color:#3300CC; text-align:center; font-size: 18 pt;  }
h2       { color: Purple;  font-size: 16 pt; cursor:move}
hr      { color:#003399;  }
h3    {	font-size: 14 pt;	color : Blue;}
h4       { color: Purple;  font-size: 12 pt}
li,td,tr, p    {
	color: navy;
	font-size: 14 pt;
	text-indent : 0;
	margin-left : 30pt;
}
option  {background:pink}
A:link	{ color: Blue ; }
A:active { color: lime }A:visited { color: purple }
A:hover { color: teal }	
Span	{ border-style: solid; border-width: 2;  font-variant: small-caps; font-size: 14pt;
	color: olive;  cursor:text }
Span.a	{ font-variant: small-caps; font-size: 14pt;
	color: brown; background: lightblue;  }
