body {
	background: #111111;
	font-family: trebuchet, verdana, arial;
	font-size: 12px;
	color: silver;
	text-align: center;
}

table {
	background: #111111;
	font-family: trebuchet, verdana, arial;
	font-size: 12px;
	color: silver;
	text-align: center;
}

#container {
	position: relative;
	text-align: left;
	width: 800px;
	margin: 0 auto;
}

#data {
	position: relative;
	margin-top: 150px;
	margin-left: 160px;
	width: 630px;
	text-align: left;
}

#menu {
	position: absolute;
	left: 0px;
	top: 150px;
	width: 140px;
	text-align: left;
}

#banner-top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 130px;
}

#banner-photo-jl {
	position: absolute;
	left: 40px;
	top: 20px;
	width: 5px;
	height: 5px;
}

#banner-horizontal-line {
	position: absolute;
	left: 0px;
	top: 75px;
}

#pub {
	width: 150px;
	margin-top: 100px;
}

p {
	text-align: justify;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

a.menu {
	color: white;
	text-decoration: none;
}

a.menu:hover {
	color: white;
	text-decoration: underline;
}

a.menu-selected {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.menu-selected:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

input {
	border: 1px solid white;
	background: #000000;
	color: #ffffff;
}