


a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #150185;
	text-decoration: none;
	border-left: 1px solid white;
	height: 20px;
	padding-left: 2px;
}

a:hover, a:active, a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: yellow;
	text-decoration: none;
	border-left: 1px solid white;
	height: 20px;
	padding-left: 2px;
}