	TABLE.maintable 
	{
		border : 2px solid #f331ad;

	}

	BODY 
	{
		background : White;
		font-family : Arial, Helvetica, sans-serif;
		font-size : small;
		color: #404040;
	}
	TABLE
	{
		background : White;
		font-family : Arial, Helvetica, sans-serif;
		font-size : small;
		color: #404040;
	}
	a
	{
		text-decoration : normal ;
		color : #404040;
	}

	a:link		
	{
		text-decoration : underline;
		color : #404040;
	}

	a:visited	
	{
		text-decoration : underline;
		color : #000000;
	}

	a:hover		
	{	
		text-decoration : underline ;
		color : #000000; 
	}

	a:active	
	{	
		text-decoration : none;
		color : #000000; 
	}