/*これで1セット*/

a:hover#test01 {
	font-weight: bold;
	color: #990000;
}
a:link#test01 {
	color: #000033;
	text-decoration: none;
}
/*これで1セットおわり*/




/*これで2セット*/
a:hover#test02 {
	font-weight: bold;
	color: #cccccc;
}
a:link#test02 {
	color: #ff0000;
	text-decoration: none;
}

/*これで2セットおわり*/
