body         { color: navy;  font-size : 12pt;	background-color:#f0ffff; }
h1,h2,h3,h4      {  font-family: Helvetica;}
h1		{color: Green;  text-align:  Center;  font-size: 16pt; }
h2       { color: Olive;  font-size: 14 pt; font-weight : bold;}
h3      {	color: #DA70D6;	font-size: 12 pt;	font-weight : bold;
}
hr      {  color: green;}
h4       { color: Purple;  font-size: 12pt}
td,tr     {  color: navy; font-weight:800;}
P, li {	margin-left:40 px; }
span, b, span	{
	color: blue; 
}
hr {	color : Teal; width:60%}
option  {background:pink}
P.dark	{color:Black; background:silver }
pre {
	margin-left:40 px; 
}
A:link	{ color: Blue; }
A:active { color: lime; }
A:visited { color: purple; }
A:hover { color: brown; }	

	
ul { list-style-image: url(../../../images/arrow.gif); }

div.ad {
    text-align:center;
    background-color: #F0FFFF;
	color: navy;
	border: none;
	background-image:url(../../../images/ad_box.gif);
	background-position: top center; 
	height: 130px; 
	padding-top: 22px; 
	background-repeat: no-repeat;
}