body {
	background: #c7c7c7;
	color: black;
	font-family: sans-serif;
	font-size: 15px;
	margin-left: 200px;
}

#menu {
	position: absolute;
	top: 18px;
	left: 5px;
	width: 180px;
}

.contentsbox {
	background: white;
	border: 1px solid black;
	padding: 10px;
}

.footer {
	border-top: 4px outset black;
	margin-top: 20px;
	padding: 5px 5px;
	text-align: right;
	font-size: 10px;
}

.footer * img {
	border: 0px;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.right { text-align: right; }

a { text-decoration: underline; }
a:hover { text-decoration: none; }

h1 { color: #036; }
