@charset "UTF-8";
body,td,th {
	font-family: Lucida Grande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 90%;
}
a:link {
	color: #009999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009999;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #990000;
}
#container {
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	font-size: 90%;
	width: 800px;
	background: center top;
	border: thin solid #999999;
	margin-right: auto;
	margin-left: auto;
}

