	BODY  
	{
		font-family: Arial;
		font-size: 10pt;
		color: black;
		}

	a:hover
	{
		color: #DD0055; 
		text-decoration: underline;
		}

	a:link
	{
			color: #2121FF; 
			font-family: Arial;
			font-size: 10pt; 
			text-decoration: none;
		}
	a:visited
	{
			color: #E33CDB
			font-family: Arial; 
			font-size: 10pt;
			font-weight: bold;
			text-decoration: none;
		}
	H1 
	{
          font-family: Arial;
          font-size: 35px;
          color: black;
     		}
	H2
	{
          font-family: Arial;
          font-size: 30px;
          color: black;
		}
	H3
	{
          font-family: Arial;
          font-size: 25px;
          color: black;
		}
	H4 
	{
          font-size: 20px;
	  color: black;
		}
	H5 
	{
          font-size: 15px;
	  color: black;
		}
	H6 
	{
          font-size: 10px;
	  color: black;
		}
	TABLE
	{
          font-family: Arial;
          color: black;
	  font-size: 10pt;
		}
	TD 
	{
          font-family: Arial;
          color: black;
	  font-size: 10pt;
		}
	TR
	{
          font-family: Arial;
          color: black;
	  font-size: 10pt;
		}
	address
	{
          font-family: Arial;
          color: black;
	  font-size: 8pt;
		}
