/* CSS Document */
#boxAnt a img{
	border:#009ee0 solid 2px;
}
#boxAnt a:link img{
	border:#009ee0 solid 2px;
}
#boxAnt a:visited img{
	border:#1a171b solid 2px;
}
#boxAnt a:hover img{
	border:#e2007a inset 2px;
}
#boxAnt a:active img{
	border:#ffec00 inset 2px;
}

