.tit:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.tit:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}.tit:hover {
	font-size: 12px;
	color: #66FF00;
	text-decoration: none;
}.tit:active {
	font-size: 12px;
	color: #66FF00;
	text-decoration: none;
}
a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #66FF00;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	color: #66FF00;
	text-decoration: none;
}