<style>
<!--
	a:link{color:#FF9900;}
	a:visited{color:#FF9900;} 
	a:active{color:#FF9900;}
	a:hover{color:#FF9900;}
	
	body
	{
		font-family: MS UI Gothic, Book Antiqua, Times New Roman, Times;
		font-size: 10pt;
		background-color: rgb(0,0,0);
		color: rgb(255,255,255);
	}
	
	table
	{
		font-size: 10pt;
		table-border-color-light: rgb(204,153,255);
		table-border-color-dark: rgb(102,0,102);
		background-color: rgb(0,0,0);
		color: rgb(255,255,255);
	}
	
	.critical
	{
		color:#FF0000;
	}
-->
</style>