a.tsc_view {
	padding:0 3px;
	font-family:"trebuchet ms",arial;
	font-size: 14px;
	font-style:bold;
	color: green;
	cursor:pointer;
	text-decoration:none;
	border-bottom:1px #009fd8;
}
a.tsc_view:hover {
	padding:3px;
	background:#009fd8;
	color:#fff;
}