#PracticeSheet{
	margin: 10px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#Header{
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 15px;
}

.Boxes{
	margin-bottom: 10px;
}

.CharProperties{
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #999;
	padding-top: 10px;
	margin-bottom: 5px;
}

#Controls{
	text-align: right;
	font-size: 0.8em;
	color: gray;
}

#SheetFooter{
	text-align: center;
	font-size: 0.5em;
	color: gray;
}

