a.number:link {
	text-decoration : none;
	color: #0000FF;
	line-height: 18px;
}

a.number:visited {
	text-decoration : none;
	color : #0000FF;;
	line-height: 18px;
}

a.number:active {
	text-decoration : none;
	color : #008000;
	line-height: 18px;
}

a.number:hover{
	text-decoration : none;
	color : #FF0000;
	line-height: 18px;
}
