
/*
dl#news dt {
	font-size: 120%;
	font-weight: bold;
}
*/

dl#news dd {
	font-size: 80%;
	padding: 0.5em;
}

dl#news dd p,
dl#news dd ol,
dl#news dd ul {
	font-size: 100%; /* keep the text in these elements the same as the parent DD */
	padding: 0.5em 0;
	margin: 0;
}

dl#news dd p.date {
	font-size: 85%;
	font-style: italic;
	padding-top: 0;
	text-align: right;
}

/* Lists */
dl#news dd ol,
dl#news dd ul {
	padding-left: 2em;
}

dl#news dd ol {
	list-style-type: decimal;
}

dl#news dd ul {
	list-style-type: disc;
}

