	  body {
		  width: 710px;
		  color: black;
		  background-color: rgb(204, 255, 255);
	  }
	  #header {
		  postion: relative;
		  width: 710px;
	  }
	  #header h1 {
		  text-align: center;
		  font-size: 2.5em;
		  letter-spacing: 5px;
		  font-family: Verdana, Helvetica, Arial, sans-serif;
		  font-style: italic;
	  }
	  #header p {
		  text-align: center;
		  font-size: 1.2em;
	  }
  </style>
