﻿.BC:link {
	font-size: 12px;
	color: #111111;
	text-decoration: none;
	font-family:Georgia; 
	font-weight:bold;
}
.BC:visited {
	font-size: 12px;
	font-family:Georgia;
	color: #111111;
	text-decoration: none;
	font-weight:bold;
}
.BC:hover {
	font-size: 12px;
	color: #d16709;
	font-family:Georgia; 
	text-decoration:underline;
	font-weight:bold;
}
.BC:active {
	font-size: 12px;
	color: #111111;
	font-family:Georgia;
	font-weight:bold;
}