body         { color: navy;  
	background-color:ivory ; 
	background-repeat: no-repeat;  
	background-position: center;
	background-attachment: fixed; font-size: 12pt;  }
P {
	padding-left : 5%;
	word-spacing: 0.4em;
	letter-spacing: 0.2em;
	font-size : 12 pt;
	color : navy;
	padding-left: 3%;
}
option  {background:pink}
td {color:navy; font-size: 12 pt;}
th {color:purple; font-weight:800;font-size: 12 pt;}
li {color:navy; font-size: 12 pt;}
li.a {color:navy; font-size: 11 pt;}
h1 {
	color: green;
	font-size: 16 pt;
	text-align: center;
}
h2 {
	color: darkred;
	font-size: 14 pt;
	padding-left: 1%;
}
h3 {
	color: blue;
	font-size: 12 pt;
	padding-left: 2%;
}
h4 {color:olive;  font-size: 12 pt; padding-left: 3%;}
blockquote {color:navy}
A:link	{ color: Blue ; }
A:active { color: lime }A:visited { color: navy }
A:hover { color: brown }	

Span	{
	font-variant: small-caps;
	font-size: 12 pt;
	color: brown;
	background: #ccffff;
	cursor:text
}

ul { list-style-image: url(../../images/arrow.gif); /* list-style-position:inside */ cursor:hand }