a.top:link ,
a.top:visited {
	font-size: 16px;
	font-weight: bold;
	color:#FF0000;
	text-decoration: underline;
}
a.top:hover ,
a.top:active {
	font-size: 16px;
	font-weight: bold;
	color: #FEA000;
	text-decoration: none;
}
a.top2:link ,
a.top2:visited {
	font-size: 16px;
	font-weight: bold;
	color: #ffff00;
	text-decoration: underline;
}
a.top2:hover ,
a.top2:active {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}