.maintext {
	font-size: 12px;
	text-decoration: none;
	line-height: 24px;
}

.step:link {
	font-size: 12px;
	text-decoration: none;
}
.step:hover {
	font-size: 12px;
	color: #669900;
	text-decoration: underline;
}
.step:visited {
	font-size: 12px;
	color: #669900;
	text-decoration: none;
}

.return:link {
	font-size: 12px;
	text-decoration: none;
}
.return:hover {
	font-size: 12px;
	color: #ff0000;
	text-decoration: underline;
}
.return:visited {
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}

.common:link {
	font-size: 12px;
	text-decoration: none;
}
.common:hover {
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
}
.common:visited {
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}
