.link-white {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
}
.link-black {
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.link-blue {
	color: #0000FF;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.link-red {
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.link-green {
	color: #00FF00;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.link-yellow {
	color: #FFFF00;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
