@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	text-align: center;
}
.box {
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	border: thick none #999;
	text-align: center;
	color: #000;
	margin-top: 10%;
}
.grey {
	color: #666;
}
.titlebar {
	font-size: large;
	font-weight: normal;
}
