a:link {
	font-family: Papyrus;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #993399;
}
a:visited {
	font-family: Papyrus;
	font-size: 12px;
	color: #993399;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	font-family: Papyrus;
	font-size: 12px;
	color: #99CC33;
	text-decoration: underline;
	font-weight: bold;

}
a:active {
	font-family: Papyrus;
	font-size: 12px;
	color: #993399;
	text-decoration: none;
	font-weight: bold;

}

