html,body,p,ul,li,td  {
          	font-family : Arial, Helvetica, sans-serif;
          	font-size : x-small;
          	font-style : normal;
          	font-weight : normal;
          	color : #ff5c00;
          	line-height : normal;
          	font-variant : normal;
          	text-transform : none;
			margin-left : 10;
			background-color : #3e3a36;
		}

		A  {
          	color : #ff5c00;
			text-decoration : none;

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

		}
          
		a:link  {
          	color : #ff5c00;
			text-decoration : none;

		}
          
		a:hover  {
          	color : #ff5c00;
			text-decoration : none;

		}
                   
		H1  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: xx-small;
			font-weight: lighter;
			color: #ff5c00;
			text-align: right;

		}
		  
		H2  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: x-large;
			font-style: normal;
			font-weight: normal;
			color: #ff5c00;
			text-align: right;

		}

		H3  {
			color: #e3a36;

		}

		#info  {
			color: #3e3a36;
			background-color: #ff5c00;
			text-align: center;
			font-weight: 900 ;
			
		}