.contributors .email {
	font-weight: bold;
}

.contributors p {

	width: 40em;
	text-align: justify;
	font-size: 0.75em;
	line-height: 1.3em;
}
.contributors h2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	padding-top: 10px;
	margin-top: 40px;
}
#contributorsNav {
	font-size: 9px;
	margin: 0px;
       margin-top: 5px;
	padding: 0px;
}
#contributorsNav li {
	display: inline;
	background-color: #FFFFCC;
	padding: 3px 4px;
	font-weight: normal;
	border-top: 1px solid #FFCC00;
	border-right: 1px none #FFCC00;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px none #FFCC00;
	margin: 0px;
}
#contributorsNav a:hover {
	font-weight: normal;
	background-color: #FFCC00;
}
