body {
	text-align:center;
	padding:50px 300px 50px 300px;
	font:11pt normal "Courier New", "Monospace";
	}
#header {
	background-color:maroon;
	padding:10px 0px 10px 0px;
	}
h2 {
	margin-bottom:5px;
	color:#fff;
	}
.links {
	margin-bottom:20px;
	}
.links a {
	color:#fff;
	}
a {
	color:black;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
#content {
	text-align:center;
	border:1px solid black;
	}
#sell, #buy {
	background-color:#F0F0F0;
	padding:20px 0px 20px 0px;
	}
.footer, .footer a {
	color:gray;
	}
