.black {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	text-decoration: none;
}
a:link {
	color: #09C;
	text-decoration: underline;
	font-size: 12px;
	line-height: 16px;
}
a:hover {
	font-size: 12px;
	line-height: 16px;
	color: #F60;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	line-height: 16px;
	color: #F90;
	text-decoration: none;
}

.main_b {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	text-decoration: none;
}
.white {
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
}
.red {
	font-size: 12px;
	line-height: 16px;
	color: #C00;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	line-height: 16px;
	color: #09F;
	text-decoration: underline;
}
