.homelink td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	font-variant: small-caps;
	border: 2px #990000;
}

.homelink a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	font-variant: small-caps;
}
.homelink a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	font-variant: small-caps;
}
.homelink a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	font-variant: small-caps;
}
.homelink a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #990000;
	text-decoration: underline;
	font-variant: small-caps;
	font-weight: bold;
}

