#main h2 {
	display: block;
	margin-top: 30px;
	width: 560px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#main p {
	display: block;
	margin-top: 10px;
}
#trait h3 {
	font-size: 1em;
	display: block;
	margin-top: 10px;
}
#secret table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}
#secret th {
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-right: 20px;
}
#secret td {
	vertical-align: top;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 20px;
}

