body {
	padding: 12px;
}
div {
	width: 100%;
	margin: auto;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

.main {
	width: 600px;
	margin: auto;
}

#data {
	text-align: right;
}
#header {
	margin-top: 20px;
	border-bottom: dashed 1px black;
	padding: 15px;
}
.move {
	width: 600px;
	margin-top: 20px;
	border-top: dashed 1px black;
	padding: 15px;
}
a {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
}

p {
	text-align: justify;
}
#q {
	border: dashed 1px black;
	width: 170px;
	height: 20px;
}
#w {
	border: dashed 1px black;
	background-color: transparent;
	font-family: "Trebuchet MS";
	width: 100px;
	height: 24px;
}
#w:hover {
	border: solid 1px black;
}