#Content > h3 {
	margin-left: 5%;
	margin-top: 5%;

	border-bottom: solid #000000 1px;

	text-align: right;
}

/* I hate tables :) */
#Content > dl {
	font-size: 93%;
	margin-left: 5%;
	padding-top: 3%;
}
	#Content > dl > * {
		overflow: hidden;
	}
	#Content > dl > dt {
		float: left;
		width: 40%;
	}

