a:link
{
	color: #8A2BE2;
	text-decoration: underline;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
}
 a:visited
 {
	color: #E22C83;
	text-decoration: underline;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
}
 a:hover
 {
	color: #8A2CE2;
	text-decoration: underline;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
}
 a:active
 {
	color: #C71585;
	background-color: #F5F5F5;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
}