.edit {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}
.edit:link {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
.edit:visited {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
.edit:active {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
.edit:hover {
	color: Red;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
