.text , .country-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a
{
	color: #333333;
	text-decoration: none;
}

a:hover
{
	color: #A0A1A3;
	text-decoration: none;
}

.country-text 
{
	text-transform: uppercase;
}