.link{
	text-align: center;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #2F81EB;

}
.link:hover{
	text-align: center;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #ff0000;
	text-decoration:underline;
}
.altlink{
	text-align: center;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #111111;

}
.altlink:hover{
	text-align: center;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #ff0000;
	text-decoration:underline;
}
.linkb{
	text-align: center;
	text-decoration: none;
	font-family: Tahoma;
	color: #2F81EB;

}
.linkb:hover{
	text-align: center;
	text-decoration: none;
	font-family: Tahoma;
	color: #ff0000;
	text-decoration:underline;
}
.linkc{
	text-align: center;
	text-decoration: none;
	font-family: Tahoma;
	color: #ff0000;

}
.linkc:hover{
	text-align: center;
	text-decoration: none;
	font-family: Tahoma;
	color: #111111;
	text-decoration:underline;
}