.links {
}
a:link {
	color: #ffcc66;
}
a:visited {
	color: #009900;
}
a:hover {
	text-decoration: none;
	color: #00CC00;
}
