body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 16px;
	cursor: default;
}
.brand_name {
	font-weight: bold;
	text-decoration: underline;
}
.website_link {
	color: red;
	float: right;
	text-decoration: none;
}
.page_content {
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;
	max-width: 700px;
}
.page_header {
	text-align: center;
}
