<!--

	body {
	   font-family:		Verdana, Tahoma, 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
	   font-size:		10px;
	   background: 		#101C2E;
	   color:		#E8E9EC;
	   font-weight:		normal;
	   text-decoration:	none;
	}

	td {
	   font-family:	      Verdana, Tahoma, 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
	   font-size:         10px;
	   color:             #E8E9EC;
	   font-weight:       normal;
	   text-decoration:   none;
           text-align:        justify;
           line-height:       200%;
	}

	A:visited, A:link {
	   background: 		transparent;
	   color:		    #cbf2ff;
	   font-weight:		bold;
	   text-decoration:	underline;
	}

	A:hover, A:active {
	   background: 		transparent;
	   color:		red;
	   font-weight:		bold;
	   text-decoration:	none;
	}

-->