td.form
		{
			font-family: arial;
			font-size: 10pt;
			text-align: justify;
			color: rgb(0,0,0);									
		}

tr
		{
		
       		font-family: arial;
			font-size: 10pt;
			text-align: justify;
			color: rgb(0,0,0);
			background-color: rgb(255,255,255); 
		
		}

body
		{ 
			
			background-color: rgb(0,0,0);   							
       											
       		
		}
		
p
		{
			font-family: arial;
			font-size: 10pt;
			text-align: justify;
			color: rgb(0,0,0);									
		}
		
a:link 
		{
			color: rgb(0,0,0);
		}

a:visited
		{
		 	color: rgb(56,134,21);
		}
a:hover
		{
			color: rgb(21,103,243);
		}

a:active
		{
			color: rgb(181,21,165);
		}
		
table 
		{
			border-collapse: separate;
		}