body {
	background: url(images/back.jpg) top repeat-x #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #8e8e8e;
}

.meniu {
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
}

.afiseaza {
	display: inline;
}

.nuAfisa {
	display: none;
}

a:link {
	color: #006fb9;
}
a:visited {
	color: #006fb9;
}
a:hover {
	color: #f06200;
}
a:active {
	color: #006fb9;
}

a.nou:link {
	color: #f06200;
}
a.nou:visited {
	color: #f06200;
}
a.nou:hover {
	color: #ff812a;
}
a.nou:active {
	color: #f06200;
}

a.nou2:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.nou2:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a.nou2:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a.nou2:active {
	color: #FFFFFF;
	text-decoration:none;
}