/* CSS definition file containing site wide stylesheets */

.underline {
	padding-bottom: 18pt;
 	border-bottom: 1pt solid rgb(204,153,255)
}

.excerpt {
	font-size: small;
 	color: rgb(102,51,153);
 	line-height: 18pt;
 	margin-bottom: 12pt
}

.purpledark {
	color: rgb(51,0,102)
}

.purple {
	color: rgb(102,51,153)
}

.nospaceabove {
	margin-top: 0pt
}