@import url("texto.css");
.tmenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	display: block;
	padding: 5px;
	width: 140px;
	margin-left: 7px;
	background-color: #EAEAEA;
	margin-right: 5px;
	text-decoration: none;
}
.tmenu: hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	display: block;
	padding: 5px;
	width: 140px;
	margin-left: 5px;
	background-color: #CCCCCC;
}
