DIV,BODY,TD,TH,TR,TABLE,FONT,INPUT,LI,UL,FORM,
BLOCKQUOTE,P,B,I,H1,H2,H3,H4,H5 {
  font-family: "Microsoft Sans Serif", Arial, Helvetica,  sans-serif;
  color :  black;
  background :  #fef9e5;
}


a:active  { /* general link rules */
	text-decoration:underline; 
    color: #099 /*  teal  */
	}
a:visited {
	text-decoration:underline;
	color: #099  /*  teal  */
	}
a:link    {
	text-decoration:underline;
	color: #099  /*  teal  */
	}
a:hover   {
	text-decoration:none;
	background: #099;  /*  teal  */
	color: #fff;  /*  white  */
	}  

.caption {
  font-size: 12pt;
  color :  black;
  font-style : italic;
}

h2 {
  color: #069;   /* dark blue */
  font-size: large;
  text-align: center;
	}

BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
