a.one:link {
	color: #1f77be;
	text-decoration: none;
}

a.one:visited {
	color: #1f77be;
	text-decoration: none;
}
a.one:hover {
	color:#1f77be;
	text-decoration:underline;
}
a.one:active {
	color: #1f77be;
	text-decoration: none;
}


a.two:link {
	color: #28292b;
	text-decoration: none;
}

a.two:visited {
	color: #28292b;
	text-decoration: none;
}
a.two:hover {
	color:#28292b;
	text-decoration:underline;
}
a.two:active {
	color: #28292b;
	text-decoration: none;
}


a.three:link {
	color: #858585;
	text-decoration: none;
}

a.three:visited {
	color: #858585;
	text-decoration: none;
}
a.three:hover {
	color:#858585;
	text-decoration:underline;
}
a.three:active {
	color: #858585;
	text-decoration: none;
}

a.four:link {
	color: #000000;
	text-decoration: none;
}

a.four:visited {
	color: #000000;
	text-decoration: none;
}
a.four:hover {
	color:#000000;
	text-decoration:underline;
}
a.four:active {
	color: #000000;
	text-decoration: none;
}


a.five:link {
	font-size:13px;
	color: #000000;
	text-decoration: none;
}

a.five:visited {
	font-size:13px;
	color: #000000;
	text-decoration: none;
}
a.five:hover {
	font-size:13px;
	color:#000000;
	text-decoration:underline;
}
a.five:active {
	font-size:13px;
	color: #000000;
	text-decoration: none;
}
