a:link{
	font-family: Arial;
	font-size: 11px;
	color : Black;
	font-weight: bold;
}
a:active{
	font-family: Arial;
	font-size: 11px;
	color : Red;
	font-weight: bold;
}
a:visited{
	font-family: Arial;
	font-size: 11px;
	color : #FF31CE;
	font-weight: bold;
}
a:hover{
	color: Red;
}