/* --- Generic styles ------------------------------------------------------------------------- */
body
{
	font-family		: Palatino;
	font-size		: 85%;
}

h2
{
	font-size		: 1.6em;
	text-transform	: uppercase;
}

a
{
	font-weight		: bold;
	text-decoration	: none;
}

a:hover
{
	text-decoration	: underline;
}

.bold {font-weight:bold;}

/* --- Specific styles ------------------------------------------------------------------------ */

span.country,
p.published
{font-size : .7em;}