ul#list-nav {
	padding:0;
	list-style:none;
	width:525px;
	margin:20px auto;
}
ul#list-nav li {
	display:inline;
}
ul#list-nav li a {
	text-decoration:none;
	padding:5px 0;
	width:100px;
	background:#2C85FF;
	color:#FFFFFF;
	float:left;
	text-align:center;
	border-left:1px solid #fff;
}
ul#list-nav #item-page {
	text-decoration:none;
	padding:5px 0;
	width:100px;
	background:#79B1FF;
	color:#FFFFFF;
	float:left;
	text-align:center;
	border-left:1px solid #fff;
}
ul#list-nav li a:hover {
	background:#246BCC;
	font-weight:900;
}
h1#title{
	width:100%;
	height:10%;
	text-align:center;
	font-weight:bold;
	font-size:250%;
}
