body {
	font-family: helvetica, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
}

#content {
	width: 500px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #f7f5e7;
}

p.ship {
	background: #f7f5e7;
	font-weight: bold;
	font-style: italic;
	padding: 10px;
	font-size: 20pt;
}

p.banner {
	background: #f7f5e7;
	padding: 0;
	margin:0;	
	border-bottom: 5px solid #f7f5e7;
}

a:link, a:visited {
	color: #bc360a;
	text-decoration: none;
}

a:hover, a:active {
	color: #bc360a;
	text-decoration: underline;
}