.black:link {
	color:#000000;
	text-decoration: none;
	font-size: 12px;

}
.black:visited {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
.black:hover {
	color: #000000;
	text-decoration: none;
	font-size: 12px;

}

.yellow:link {
	color:#F23809;
	text-decoration: none;
	font-size: 12px;

}
.yellow:visited {
	color: #F23809;
	text-decoration: none;
	font-size: 12px;
}
.yellow:hover {
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;


}
