BODY
 {
  background-color: #e0e0e0;
  font-weight: normal;
  font-size: 12pt;
  line-height: 14pt;
  font-family: Helvetica, Arial, sans-serif;
  font-variant: normal;
  font-style: normal
 }

A:link			/* unvisited links */
 {
 color: blue;
 text-decoration: none;
 }

A:visited		/* visited links   */
 {
 color: blue;
 text-decoration: none;
 }

A:hover			/* user hovers     */
 {
 color: red;
 text-decoration: none;
 } 

A:active		/* active links    */
 {
 color: lime;
 text-decoration: none;
 }

TABLE
 {
 font-weight: normal;
 font-size: 10pt;
 line-height: 12pt;
 font-family: Helvetica, Arial, sans-serif;
 font-variant: normal;
 font-style: normal
 }

