div.links {
	border: 1px solid #999;
}

div.links h3 {
	font-size: 1em;
	background: #33C url('/i/th-background.png') bottom left repeat-x;
	color: #FFF;
	line-height: 2em;
	padding: 0 1em;
	margin: 0;
}

div.links dl {
	margin: 0;
}

div.links dl dt {
	background: #FFF url('/i/td-background.png') bottom left repeat-x;
	color: #333;
	line-height: 2em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-weight: normal;
	padding: 0 1em;
	margin: 0;
	font-weight: bold;
}

div.links dl dt a {
	color: #933;
}

div.links dl dd{
	margin: 0;
	padding: 1em;
	overflow: hidden;
}

div.links dl dd p{
	margin: 0.5em 0 ;
}

div.links dl dd img{
	float: left;
	border-right: 1em solid #FFF;
}


div.links dl dd h4 {
	margin: 0.5em 0;
}

div.links dl dd h4 a{
	color: #393;
}

