body {
	color: #FFFFFF;
	background-color: #000000;
}
#header {
	margin-bottom: 10px;
	font-size: small;
}
#contents {
	text-align: center;
}
#left {
	float: left;
	width: 610px;
}
#right {
	float: left;
	width: 320px;
	margin-left: 10px;
}
#footer {
	font-size: small;
	margin-top: 10px;
}
a {
	color: ;
	color: #99FF00;
}
a:visited {
	color: #FF66FF;
}
h1 {
	font-size: medium;
	color: #FF66FF;
}
ul {
	margin: 0px;
}
ul li {
	list-style-type: none;
}
.menu li {
	display: inline;
	margin-right: 5px;
}
.paging {
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #000000;
	border-bottom-color: #000000;
	font-size: small;
}
.paging a {
	color: #0000FF;
}
.paging a:visited {
	color: #CC3300;
}
.navi {
	margin-bottom: 10px;
}