@charset "UTF-8";
/* CSS Document */


body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #737373;
}
img {
	margin: auto;
	border: 0;
}

a img {
	border: 0;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
}


.footer {
	text-align: center;
	line-height: 3em;
	font-size: 0.75em;
} 
.langVersions {
	text-align: center;
	line-height: 2em;
	font-size:1em;
}

 #langVersions a:link {
	color: #603;
	text-decoration: none;
}

#langVersions a:visited {
	text-decoration: none;
	color: #603;
}

#langVersions a:hover {
	text-decoration: none;
	color: #333;
}
 
#langVersions a:active {
	text-decoration: none;
}
