a:link{
	font-family: Verdana;
	font-size: 10px;
	color : Green;
	font-weight: bold;
}
a:active{
	font-family: Verdana;
	font-size: 10px;
	color : Teal;
	font-weight: bold;
}
a:visited{
	font-family: Verdana;
	font-size: 10px;
	color : Purple;
	font-weight: bold;
}
a:hover{
	color: #ff0000;
}