        
		body
                   {
           color:#c0c0c0;
		   background-color:#000000;
           font-family:Arial, Helvetica, sans-serif;
		   
          }

        a.textlink
		   {
		   color: white;
		   background:#000000;
		   text-decoration:none;
		     
		   } 		   
		
		a:hover.textlink
		   {
		   color:ffffff;
		   background:4c4c4c;
		   text-decoration:none;
		     
		   }
		a:hover.textlink2
		   {
		   color:blue;
		   background:000000;
		   text-decoration:none;
		     
		   }
		
		p
		   {
		      text-indent: 0em;
		  }


		