@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	text-align: center;
}
a { color: #000000; text-decoration: none; }
a:hover { text-decoration: underline; }
div#container {
	width: 900px;
	margin: 0px auto;
}
div.pagination {
	font-size: 16px;
	font-weight: bold;
}
div.pagination a {
	
}
fieldset {
	margin: 0px auto;
	border: 1px solid #dddddd;
}
legend {
	font-size: 20px;
	font-weight: bold;
}
table#list {
	font-size: 14px;
}
table#list a {
	font-weight: bold;
}