@charset "utf-8";
/* CSS Document */

a.whitenavgation {
	font-family: Tahoma, Arial, "Arial Narrow", "Helvetica Condensed";
	font-size: 10px;
	font-weight: bold;
	font-style:none;
	text-decoration:none;
	color: #666666;
}
a.whitenavgation:link {
	font-family: Tahoma, Arial, "Arial Narrow", "Helvetica Condensed";
	font-size: 10px;
	font-weight: bold;
	font-style:none;
	text-decoration:none;
	color: #666666;
}
a.whitenavgation:hover {
	font-family: Tahoma, Arial, "Arial Narrow", "Helvetica Condensed";
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	font-style:none;
	color: #D6ED5C;
}

.bodylinks {
    color: #666666;
	text-decoration:none;
	font-size:13px;
}
.bodylinks :link {
}
.bodylinks :visited {
}
.bodylinks :hover {
    text-decoration:underline;
}

.categorii {
    color: #666666;
	text-decoration:none;
	font-size:14px;
}