.content p{
	padding: 5px;
	width: 350px;
}

dl{
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 320px;
}

dt {
	color: #fff;
}

dd{
	color: #CCCCCC;
	margin: 2px 0 10px 20px;
}

dd a{
	color: #83B853;;
	text-decoration: none;
}

dd a:hover{
	text-decoration: underline;
}

