html					{
					margin:				0;
					padding:			0;
					height:				100%;
					width:				100%;
					overflow-y: 		scroll;
					font-family: 		Verdana, Arial, Helvetica, sans-serif,Courier New;
				
					}					
body				{
					margin:				0;
					padding:			0;
					height:				100%;
					width:				100%;
					
					
					font-size: 			11px; 
					color: 				#777777; 
					
					top:				0;
					text-align:			center;
					background:			#1D1D1D;
					}
					
img					{
					border:				0px solid #F00;
					}

					
					
									
h1					{
					font-size: 14px; 
					color: #fc7814; 
					font-weight:bold;
				
					}
h2					{
					font-size: 12px; 
					color: #000000; 
					font-weight:bold;
				
					}
h3					{
					font-size: 11px; 
					color: #777777; 
					font-weight:bold;
				
					}
