@charset   "UTF-8";

body {
	font-size: 1em;
	color: #666666;
	background-color: #ffffff;
	text-align: center;
}

div#all {
	text-align: left;
	width:750px;
}

h1 {
	font-size: 1.5em;
	padding: 5px;
	text-align: center;
	background-color: #cccccc;
	color: #000000;
}

div.box {
	clear: both;
	margin: 10px 0;
	border: 1px solid #cccccc;
	padding: 1em;
	line-height: 1.5;
}

div.topbar {
	border-top: 1px dotted #cccccc;
	text-align: right;
	clear: both;
}

div.topbar a {
	color: #cc3333;
	text-decoration: none;
}