.navi:link, .navi:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0033CC;
	display: block;
	padding: 2px 2px 2px 4px;
	width: 150px;
	text-decoration: none;
}

.navi:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	display: block;
	padding: 2px 2px 2px 4px;
	width: 150px;
	text-decoration: none;
	background-color: #FFCC99;
}

.link:link, .link:visited {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	color: #0099FF;
	display: block;
	padding: 2px 2px 2px 2px;
	width: 160px;
	text-decoration: underline;
	
}

.link:hover {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	color: #0099FF;
	display: block;
	padding: 2px 2px 2px 2px;
	width: 160px;
	text-decoration: underline;
	
}

.butoane:link, .butoane:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0033CC;
	display: block;
	padding: 2px 2px 2px 4px;
	width: 190px;
	text-decoration: none;
}

.butoane:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	display: block;
	padding: 2px 2px 2px 4px;
	width: 190px;
	text-decoration: none;
	background-color: #FFCC99;
}