body {
	font-family: Verdana;
	font-size: 10px;
	position: static;
	color: #333333;
}
	dl {
	width: 200px;
	height: 600px;
}
	dl,dd { margin: 0; }
	dt {
	background: #2F4797;
	font-size: 12px;
	padding: 5px;
	margin: 2px;
	text-align: center;
}
	dt a { color: #DAB121; }
	dd a { color: #333333; }
	ul { list-style: none; padding: 5px; }

