/***********************************************************************/
/* for CSS3/HTML5 tutorial                                             */
/* Experimental CSS3                                                   */
/* start to write at 10.11.11                                          */
/***********************************************************************/

/***************************************************
  Apple Tutorial 01 Hello World
 ***************************************************/
.helloText {
	font: 24px "Lucida Grande";
	font-wieght: bold;
	color: white;
	text-align: center;
	position: absolute;
	top: 41px;
	left: 18px;
	width: 180px;
}

/* ========== End of CSS Styling ========== */
