A.link 		{ text-decoration: none; color: red;  font-size : 10pt; font-family: arial ;}
A:hover.link 	{ text-decoration: underline; color: blue;  font-size : 10pt; font-family: arial ;}
A: visited { color: #6A5ACD }
A: active  { color: #00BFFF }

BODY    { background	: white } 
   H1   { color     	: navy;
          font-weight   : bold;
          font-size 	: 16pt;
          line-height   : 18pt;
          font-family   : Helvetica,arial,sans-serif;
	  text-align	: center }
   H2   { color     	: gray;
          font-weight   : bold;
          font-size 	: 12pt;
          line-height   : 14pt;
          font-family   : arial, Lucida Sans, sans-serif;
	  text-align	: center }
     P  { color     	: black;
	  font-size 	: 10pt;
          line-height   : 12pt;
          text--indent  : 0.5in;
          font-family   : Arial,serif; 
	  text-align 	: justify }
DIV     { color     	: black;
          font-size 	: 12pt;
          line-height   : 15pt;
          text--indent  : 0.5in;
          font-family   : Arial,serif; 
	  text-align 	: CENTER }
TABLE{ 	  font-weight   : bold;
	  font-size 	: 8pt;
	  font-family	: verdana,arial,times;
	  text-align	: justify;
  	  color 	: WHITE;
   	  background-color : silver;
          border-width 	: 1px 1px 1px 1px;
  	  text-indent 	: 2px;
}
UL	{ list-style	: square
	  font-size	: 11pt;
	  line-height	: 15pt
	  font-family	: arial,serif; }
TH{
  font-size : 8pt;
  font-weight : bold;
  background-color : SILVER;
  text-align : center;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 2px;
  margin-left : 2px;
  margin-right : 2px;
  margin-bottom : 2px;
  font-family : Arial,Tahoma,"Arial Black";
}

