.container {
	border: 1px solid #F1C8A7;
	width: 570px;
	background-color: #FFFCF6;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	text-align: left;
	margin-right: 40px;
	margin-left: 50px;
}
a {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin-left: 40px;
}

