@charset "utf-8";

#test a:link {
	color: #CC3399;
}
#test2 a:link {
	color: #333300;
}
#test a:hover {
	color: #FFFF00;
}
#test2 a:hover {
	color: #999999;
}
#test3 a:link {
	color: #FF0000;
}
#test3 a:hover {
	color: #000000;
}
#test3 a:active {
	color: #009900;
}
#test3 a:visited {
	color: #0000CC;
}
#test4 a:link {
	color: #0000FF;
}
#test4 a:hover {
	color: #00FFFF;
}
#test5 a:link {
	color: #FF0000;
}
#test5 a:hover {
	color: #999999;
}
#test6 a:link {
	color: #663399;
}
#test6 a:hover {
	color: #00CC00;
}
#test7 a:link {
	color: #FFFF00;
}



