body {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	width: 100%;
	font-size: 85%;
	height: 100%;
}
a {
	color: #9C0;
}
#appointed {
	font-size: 75%;
	color: #690;
	padding: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#container {
	background-color: #FFF;
	width: 850px;
	border: 1px none #333;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}
a:link {
	color: #9C0;
}
a:visited {
	color: #9C0;
}
