@charset "UTF-8";
/* CSS Document */

body  {
	font-size: 62.5% /* 1px = 0.1em */;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Myriad Pro", "Segoe UI", "Segoe UI", "Trebuchet MS", Tahoma, Geneva, Arial;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	padding: 0;
	margin-top: 10;
	margin-right: 10px;
	margin-bottom: 10;
	margin-left: 10px;
	width: 550px;
}


.text  {
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0;
	margin-top: 15;
	margin-right: 55px;
	margin-bottom: 15;
	margin-left: 120px;
}
