@charset "UTF-8";
/* CSS Document */
.name {
	font-weight: bold;
	font-size: 14px;
	color: #564630;
}
.job {
	font-weight: bold;
	color: #948664;
}
.specialty {
	font-style: italic;	
}
.email {
	color: #1d1309;
}
.spacing {
	border-bottom: dashed #999999 1px;
}

