body {
	background-color: #dadada;
	width: 860px;
	max-width: 860px;
	padding: 10px;
	
	color: black;
	font-family: "Myriad Pro", sans-serif;
	margin-left:auto;
	margin-right:auto;
	
	background-image: url(images/top_image.png);
	background-repeat: repeat-x;
}

td {
	border-color: white;
	border-width: 1;
}

p {
	margin-top: 3em; 
	margin-left:3em; 
	margin-right:9em; 
	text-align:justify;
}

