@charset "utf-8";
/* CSS Document */
/**
			 * Demo styles
			 * Only for example purposes
			 * Remove in production
			 */
			
			/* Bad and ugly reset */
			*{ margin: 0; padding: 0; border: 0; }
	

			.box {
				width: 100%; 
				height: 100%;
				line-height: 5;
				text-align: center;
				font-size: 5em;
				color: #fff;
				text-transform: capitalize;
				vertical-align:middle; 
			}

.STYLE3 {color: #0066FF}
