body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #E3E1FD;
}

p {
	margin: 0;
	padding: 0;
}

a {
	font-size: 11px;
	color: #00F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#box {
	margin: 160px auto;
	padding: 12px 4px;
	width: 300px;
	text-align: center;
	border: solid 2px #D0CFED;
	background-color: #B7B5E3;
}

h1 {
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 12px;
	font-weight: bold;
	color: #336;
}

.spec {
	margin: 0 auto;
	width: 200px;
	text-align: left;
}

.spec ul {
	margin-bottom: 12px;
}

.rtop {
	position: absolute;
	top: 5px;
	right: 5px;
}

.rtop img {
	padding-bottom: 5px;
}

.rtop img {
	border: none;
}