body 
	{
	background-image: url('tile3.png');
 	background-repeat: repeat;
	font-family: Helvetica;
	color: #333;
	margin: 40px;
	}

h1 
	{
	font-size: 60px;
	/*color: #99a383;*/
	text-align: center;
	margin-bottom: 20px;
	background-color: #b9aedc;
	background-size: cover;
	-webkit-text-fill-color: #eeeeee;
	-webkit-text-stroke-width: 2px;
	-webkit-test-stroke-color: black;
	}

p
	{
	background-color: #b9aedc;
	border-radius: 10px;
	max-width: 600px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	}

dl
	{
	background-color: #ffffffcc;
	padding: 20px;
	border-radius: 10px;
	max-width: 600px;
	margin: 0 auto;
	}

dt
	{
	font-weight: bold;
	margin-top: 15px;
	font-size: 20px;
	}

dd
	{
	margin-left: 20px;
	font-size: 16px;
	color: #555;
	}
