@import url("base.css");

dl#trendy-list dt
{
	font-size: 115%;
	font-weight: bold;
	text-transform: uppercase;
}

dl#trendy-list dt:first-letter
{
	color: #f00;
	font-size: 150%;
}

dl#trendy-list dd
{
	margin: 0;
	padding: 0 0 0.75em 1.5em;
}
