dl.glosslist {
	border-bottom: 1px solid #CCC;
	width: 990px;
	margin: 1em 0;
	clear: both;
	padding: 0;	
}
	
.glosslist dt {
	border-top: 1px solid #CCC;
	font-weight: bold;	
	text-align: right;
    font-size: 14px;
	color: #333;
	clear: left;
	float: left;
	width: 150px;
	padding: 5px;
	margin: 0;
}
	
.glosslist dd {
	border-top: 1px solid #CCC;
    float: left;
	width: 820px;
	padding: 5px;
	margin: 0;
}

.supletters {
	text-align: center;
	font-size: 14px;
}

.supletters a { font-weight: bold; }