a:link{
	color : #800080;
	font-weight : bold;
	font-family : Arial;
	text-decoration : none;
}
a:active{
	color : #FF00FF;
	font-weight : bold;
	font-family : Arial;
	text-decoration : none;
}
a:visited{
	color : #000080;
	font-weight : bold;
	font-family : Arial;
	text-decoration : none;
}
a:hover{
	color: #FF00FF;
	font-weight : bold;
		font-family : Arial;
		text-decoration : none;
}