td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #323232;
	text-decoration: none;
}
.mesto {
	font-size: 18px;
	color: #0067A0;
	font-weight: bold;
	text-decoration: none;
}
.dark-gray {
	color: #323232;
	text-decoration: none;
}
.orange-bold-u {
	font-weight: bold;
	color: #FF531E;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.blue-bold {
	font-size: 12px;
	color: #398AB7;
	text-decoration: none;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.white-n {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
