<STYLE>

A:active	{ color: blue; text-decoration: none  }
A:link		{ color: red; text-decoration: none  }
A:visited	{ color: red; text-decoration: none  }
A:hover		{ color: green; text-decoration: underline }


BODY		{ font-size: 11pt; font-family: Arial; }

TABLE		{ font-size: 11pt; font-family: Arial; }

</STYLE>