/* CSS Document */
a {
	color: #006336;
	text-decoration:none;
}

h1, h2, h3, h4,
#content h1 a,
#content h2 a,
#content h3 a {
	font-weight: bold;
}

a:hover {
	color: #4A9F3D;
	text-decoration:underline;
}

a:visited {
	color: #4A9F3D;
}

body{
	background-color:#FFFFFF;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #2d2d2d;
	margin-top:0px;
	margin-left:10p;
}

#ultimele {
	width:200px;
	height:300px;
	overflow: auto;
	background-color:#F1FFEF;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
}

#tags {
	width:200px;
	height:300px;
	background-color:#F1FFEF;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
	font-size:inherit;
}