<STYLE type="text/css">
<!--
	a:link
	{
		text-decoration:underline;
		color:#990066;
	}
	a:active
	{
		text-decoration:none;
		color:#990066;
	}
	a:visited
	{
		text-decoration:underline;
		color:#000000;
	}
	a:hover
	{
		text-decoration:none; 
		color:#990066;
	}
	BODY
	{
		background-color  :#ffffff;
		color:#000000;
		scrollbar-3dlight-color:#ffffff;
		scrollbar-arrow-color:#990066;
		scrollbar-base-color:#ffffff;
		scrollbar-darkshadow-color:#990066;
		scrollbar-face-color:#ffffff;
		scrollbar-highlight-color:#ffffff;
		scrollbar-shadow-color:#ffffff;
		scrollbar-track-color:#ffffff;
	}
	 #text  
	{
		font-size  : 12px;
	}
.history{
	background-color:#eeeeee;
	width:300px;
	height:100px;
	border-color:#990066;
	border-style:dotted;
	text-align:left;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	overflow:scroll;
	font-size  : 12px;
	}
-->
</STYLE>