.bar {
	text-align: center;  
	text-valign: middle; 
	font-size: 13px; 
	font-weight: bold;
	background-image: url('img/button_tabulka.jpg');
}

.bar a { 
	text-align: center;  
	text-valign: middle; 
	font-size: 13px; 
	font-weight: bold;
	color: #1E5B22!important; 
	text-decoration: none; 
}

.bar a:link {
	text-align: center;  
	text-valign: middle; 
	font-size: 13px; 
	font-weight: bold;
	color: #1E5B22;
	text-decoration: none;
}
.bar a:visited {
	text-align: center;  
	text-valign: middle; 
	font-size: 13px; 
	font-weight: bold;
	color: #1E5B22;
	text-decoration: none;
}
.bar a:hover {
	text-align: center;  
	text-valign: middle; 
	font-size: 13px; 
	font-weight: bold;
	color: #FCFEFB!important;
	text-decoration: underline;
}
.bar a:active {
	text-align: center;  
	text-valign: middle; 
	font-size: 13px; 
	font-weight: bold;
	color: #FCFEFB!important;
                text-decoration: none;
}