body {
 background: white;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: black;
}

.meniu {
	color: #005E1F;
	font-weight:bold;
	font-family: tahoma;
	font-size:14px;
	text-transform: uppercase;
}
.meniu:link,.meniu:visited {
	color: #005E1F;
	font-weight:bold;
	font-family: arial;
	font-size:11px;
	text-decoration: none;
	text-transform: none;
}
.meniu:hover {
	color: #005E1F;
	font-weight:bold;
	font-family: arial;
	font-size:11px;
	text-decoration: underline;
	text-transform: none;
}


td {
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	font-size: 10px;
 	color: black;
}

a {
	color: black;
	font-family: tahoma;
	font-size:14px;
	text-decoration: underline;
}
a:link,a:visited {
	color: black;
	font-family: arial;
	font-size:11px;
	text-decoration: none;
	text-decoration: underline;
}
a:hover {
	color: #005E1F;
	font-family: arial;
	font-size:11px;
	text-decoration: underline;
}