a.top {
	font-style : normal;
	font-weight: normal;
	color: orange;
	text-decoration : none;
	letter-spacing: 1px;
}  

a:hover.top {
	font-style : normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration : none;
	letter-spacing: 1px;
}





a.bottom {
	font-style : normal;
	font-weight: normal;
	color: #000000;
	text-decoration : underline;
	font-size : 11px;
}

a:hover.bottom {
	font-style : normal;
	font-weight: normal;
	color: #FFFF00;
	text-decoration : none;
	font-size : 11px;
}





a.web {
	font-style : normal;
	font-weight: normal;
	color: #000000;
	text-decoration : none;

}  

a:hover.web {
	font-style : normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration : none;

}



