div#cimkeFelho{
	background-color: #575454;
	text-align: center;
	padding: 5px;
	overflow: auto;
	font-size: 70%;
	font-family: arial;
}

div#cimkeFelho #tagList{
	margin: 0;
	padding: 0;
}

div#cimkeFelho #tagList li{
	list-style-type: none;
	float: left;
	margin: 0 10px;
	height: 35px;
}

div#cimkeFelho #tagList li a{
	text-decoration: none;
	color:#ffffff;
}

div#cimkeFelho #tagList li a:hover{
	text-decoration:underline;
}