<STYLE TYPE="text/css">
<! -- for Pseudo class -- >
	A:link{
		color: "#ee9900"}
	A:active{
		color: "#ccccff"}
	A:visited{
		color: "#0099ee"}
<! -- for HTML class -- >
	A.LINK1{
		font: 9.0pt "arial";
		color: "#ee9900";
		font-weight: bold}
	A.NEW{
		font: 8.5pt "Comic Sans MS";
		color: "#ffff33";
		text-decoration:none;
		font-weight: normal}
	A.MAIL{
		font: 7pt "arial";
		color: "#ffff33";
		font-weight: normal}
	A.FOOT{
		font: 8.5pt "arial";
		color: "#ffff33";
		font-weight: normal}
<! -- for HTML language -- >
	LI{
		font: 8.5pt "arial";
		color: "#ccccff";
		font-weight: normal}
	SMALL{
		font: 7pt "arial";
		font-style: "italic";
		color: "#ccccff";
		font-weight: normal}
	SPAN{
		font: 8.5pt "arial";
		color: "#ccccff";
		font-weight: normal}
</STYLE>