
a:link {
	font-weight: bold;
}

a:visited {
	font-weight: bold;
}

a:hover {
	font-weight: bold;
}

a:active {
	font-weight: bold;
}

.Links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-align:center;
}

a:link.Links {
	color: #FFFFFF;
}

a:visited.Links {
	color: #FFFFFF;	
}

a:hover.Links  {
	color: #89172D;
	text-decoration:none;	
}

a:active.Links {
	color: #FFFFFF;	
}






