div#linkcell {
	font-size: 12px !important;
	height: 25px;
	width: 100px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	/*background-color: #eeeff0;*/
}

div#linkcell a:link, div#linkcell a:visited  {
	display: block;
	color: #000000;
  text-decoration: none;
}

div#linkcell a:hover {
	background-color: #a5a7ab;
}

