a:link{
	font-family: Verdana;
	font-size: 12px;
	color : #002AFF;
	font-weight: bold;
}
a:active{
	font-family: Verdana;
	font-size: 12px;
	color : Red;
	font-weight: bold;
}
a:visited{
	font-family: Verdana;
	font-size: 12px;
	color : #C71585;
	font-weight: bold;
}
a:hover{
	color: Red;
}
