.hidden a:hover {
	color: #999900;
	text-decoration: none;
	font-size: xx-small;
}
.hidden a:link {
	color: #999900;
	text-decoration: none;
	font-size: xx-small;
}
.hidden a:visited {
	color: #999900;
	text-decoration: none;
	font-size: xx-small;
}
.hidden {
color: #999900;
}
.plain a:hover {
	color: #660066;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
.plain a:link {
	color: #FFCC00;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
.plain a:visited {
	color: #FFCC00;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
.plain {
color: #FFCC00;
}
.black a:hover {
	color: #FFCC00;
	text-decoration: underline;
	font-weight: bold;
}
.black a:link {
	color: #660066;
	text-decoration: underline;
	font-weight: bold;
}
.black a:visited {
	color: #FFCC00;
	text-decoration: underline;
	font-weight: bold;
}
