.smallBlackLink {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bolder;
	cursor: hand;
	font-size: 13px;
	color: #000000;




}
.smallBlackLink:hover {
	text-decoration: underline;
}
.mediumBlackLink {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bolder;
	cursor: hand;
	font-size: 15px;
	color: #000000;

}
.mediumBlackLink:hover {
	text-decoration: underline;
}
