﻿div.stuff {
	
}

div.stuff h3 {
	font-family: Georgia, Arial, Segoe UI, Trebuchet MS, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #DF3713;
	margin-top: 8px;
	margin-bottom: 4px;
}

div.stuff ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.stuff ul li {
	list-style-image: none;
	font-size: 8pt;
}

div.stuff ul li a {
	display: block;
	border-bottom: 1px dotted #808080;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	color: #333333;
}

div.stuff ul li a:hover {
	color: #DF3713;
}

div.stuff ul li a:hover {
	text-decoration: underline;
}

div.stuff ul li a span.kicker {
	color: #120202;
}

div.stuff ul li a span.description {
	color: #777578;
}