.maintext {
	font-family: Times New Roman;
	font-size: 16px;
	text-decoration: none;
	line-height: 24px;
}

.bluestyle {
	color: #0000FF;
	font-weight: bold;
}
.redstyle {
	color: #FF0000;
	font-weight: bold;
}

.step:link {
	font-family: Times New Roman;
	font-size: 16px;
	text-decoration: none;
}
.step:hover {
	font-family: Times New Roman;
	font-size: 16px;
	color: #669900;
	text-decoration: underline;
}
.step:visited {
	font-family: Times New Roman;
	font-size: 16px;
	color: #669900;
	text-decoration: none;
}

.return:link {
	font-family: Times New Roman;
	font-size: 16px;
	text-decoration: none;
}
.return:hover {
	font-family: Times New Roman;
	font-size: 16px;
	color: #ff0000;
	text-decoration: underline;
}
.return:visited {
	font-family: Times New Roman;
	font-size: 16px;
	color: #ff0000;
	text-decoration: none;
}

.common:link {
	font-family: Times New Roman;
	font-size: 16px;
	text-decoration: none;
}
.common:hover {
	font-family: Times New Roman;
	font-size: 16px;
	color: #006699;
	text-decoration: underline;
}
.common:visited {
	font-family: Times New Roman;
	font-size: 16px;
	color: #006699;
	text-decoration: none;
}
