body {
	font-family: Arial, Helvetica, sans-serif;
}
a.global:link, a.global:visited{
	font-size: x-small;
	color: white;
	text-decoration: none;
	width: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: auto;
	font-weight: bold;
}
a.global:hover {
	color: #254673;
	background: white;
	
}
td.global {
	color: white;
}
td.base {
	font-size: x-small;
	color: black;
}
a.base:link, a.base:visited{
	font-size: x-small;
	color: #254673;
	text-decoration: none;
	width: auto;
	height: auto;
}
a.base:hover {
	color: #254673;
	font-weight: bold;
	background: white;
}	