body {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/index_bg.png);
}
p {
	text-indent: 20px;
	margin-left: 8px;
	margin-right: 8px;
}
h3 {
	text-indent: 30px;
	font-style: italic;
}

a:link, a:visited {    /* unvisited link */
	color: #005B81;
	text-decoration:none;
}
a:hover {   /* mouse over link */
	text-decoration:underline;
	color: #CC6600;
}
a:active {  /* selected link */
	text-decoration:underline;
	color: #990000;
}

.logo {
	margin-right: 0.2em;
}


img {
	border: 0;
}

.flag {
	float: right;
	right: 11px;
	margin: 2px;
	text-align: right;
}

.page {
	width: 80%;
	margin: 1em auto 0 auto;
	padding: 0 15px 0 15px;
	position: relative;
	background: white;
	text-align: justify;
	border: 1px solid #999;
}
