a:link {
	font-family: Tahoma, Verdana, Arial;
	color: #46B446;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
a:visited {
	color: #46B446;
	text-decoration: none;
	font-weight: bold;
}
a:link:hover, a:visited:hover {
	color: #0000FF;
}
a:link:active, a:visited:active {
	color: #FF0000;
}

