body {
	margin: 10px auto;
	padding: 10px;
	font-family: "trebuchet ms";
	font-size: 12px;
	color: #505050;
	width: 800px;
	border: 1px dashed #c77724;
	background: #ebebeb;
	}
	
img {
	border: none;
	}

img.right {
	float: right;
}

.center {
	margin-left: 30px;
}

a {
	color: #c77724;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

h1, h2 {
	color: #c77724;	
	
}

h1 {
	margin-top: 0;
}
