.main a:link {
	color: #009900;
	text-decoration: none;
}
.main a:visited {
	color: #009900;
	text-decoration: none;
}
.main a:hover {
	color: #330099;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
}

#foo a:hover {border:none}
