a:link {
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}
a:hover {
	color: #336600;
	text-decoration: underline;
}
#box {
	background-color: #F8FBFC;
	width: 600px;
	border: 1px solid #999999;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
