a{	
	border-style:inset;
	border-top : 2px solid #FF8080; 
	border-left : 2px solid #FF8080; 
	border-right : 2px solid #FF8080; 
	border-bottom : 2px solid #FF8080;
	font-weight: bold;
	text-decoration : none;
	bottom: 0px;
	color :#0000CC;
	DISPLAY: block; 
	TEXT-ALIGN: center;
}
a:hover, a:active {
	border-style:outset;
	border-top : 2px solid #33FF66; 
	border-left : 2px solid #33FF66; 
	border-right : 2px solid #33FF66; 
	border-bottom : 2px solid #33FF66;
	font-weight: bold;
	text-decoration : underline;
	bottom: 0px;
	color :#330000;
	DISPLAY: block; 
	TEXT-ALIGN: center;
}
