.color1 {
	color: #FF00CC;
}
.color2 {
	color: #66CC00;
}
.color3 {
	color: #0033FF;
}
.color4 {
	color: #FF9900;
}
.color5 {
	color: #9900FF;
}
a.color1:link {
	color: #FF00CC;
	text-decoration: none;
}
a.color1:visited {
	color: #FF00CC;
	text-decoration: none;
}
a.color1:hover {
	color: #FF00CC;
	text-decoration: none;
}
a.color2:link {
	color: #66CC00;
	text-decoration: none;
}
a.color2:visited {
	color: #66CC00;
	text-decoration: none;
}
a.color2:hover {
	color: #66CC00;
	text-decoration: none;
}
a.color3:link {
	color: #0033FF;
	text-decoration: none;
}
a.color3:visited {
	color: #0033FF;
	text-decoration: none;
}
a.color3:hover {
	color: #0033FF;
	text-decoration: none;
}
a.color4:link {
	color: #FF9900;
	text-decoration: none;
}
a.color4:visited {
	color: #FF9900;
	text-decoration: none;
}
a.color4:hover {
	color: #FF9900;
	text-decoration: none;
}
a.color5:link {
	color: #9900FF;
	text-decoration: none;
}
a.color5:visited {
	color: #9900FF;
	text-decoration: none;
}
a.color5:hover {
	color: #9900FF;
	text-decoration: none;
}
