.text {
	font-family: tahoma;
	font-size: 10px;
	color: #7F7F7F;
	font-weight:normal;
}

.link {
	font-family: tahoma;
	font-size: 10px;
	color: black;
	text-decoration: none;
	font-weight:normal;
}

.link:hover {
	font-family: tahoma;
	font-size: 10px;
	color: black;
	text-decoration: underline;
	font-weight:normal;
}

