html,body,p,ul,li,td  {
          	font-family : Arial, Helvetica, sans-serif;
          	font-size : x-small;
          	font-style : normal;
          	font-weight : normal;
          	color : #262421	;
          	line-height : normal;
          	font-variant : normal;
          	text-transform : none;
			background-color : #ff5c00;
			margin-left: 0;
          }

		 A  {
          	color : #262421;
			text-decoration : none;

			}
          
          a:active  {
          	color : #3262421;
			text-decoration : none;

			}
          
          a:link  {
          	color : #262421;
			text-decoration : none;

		  }
          
          a:hover  {
          	color : #262421;
			text-decoration : none;

		  }
                   
          H1  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: x-small;
			font-weight: lighter;
          	color : #262421;

          }
		  
		  H2  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: large;
			font-style: normal;
			font-weight: normal;
         	color : #262421;

          }