a{
	text-decoration:none;
}

a:link{
	font-size:12pt;
	font-style:normal;
	font-family:"Tahoma";
	color:rgb(101,96,171);
	text-decoration:none;
}

a:visited{
	font-size:12pt;
	font-style:normal;
	font-family:"Tahoma";
	color:rgb(101,96,171);
	text-decoration:none;
}

a:active{
	font-size:12pt;
	font-style:normal;
	font-family:"Tahoma";
	color:rgb(101,96,171);
	text-decoration:none;
}

a:hover{
	font-size:12pt;
	font-style:normal;
	font-family:"Tahoma";
	color:rgb(246,193,30);
	text-decoration:underline;
}