body         {
	color: navy;
	font-size: 11pt;
	background-position: center;
	background-color: #F0FFFF;
}
h1,h2, h3   {	text-align:  Center;}
h1       {
	font-family: Helvetica;
	color: #0000CD;
	font-size: 18 pt;
}
h2       { color: Olive;  font-size: 16 pt; }
h3       { color: Purple;  font-size: 14 pt}
hr      {
	color: teal;
	text-align: center;
	width: 50%;
}
table {
	background-image: url(bg.jpg);
	background-position: top;
	text-align: left;
}
P {
	font-size: 14 pt;
	letter-spacing: 0.1em;
	color: navy;
	padding-left: 2%;
	text-indent: 15pt;
}
li {
	color:blue;
	color : #6A5ACD; padding-left :15;
}
A:link	{ color: Blue ; }
A:active { color: lime }
A:visited {	color: Teal; }
A:hover { color: brown }	
Span	{ font-size: 14pt; color: olive; background: lightblue; }
