@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6e686d;
	font-size: small;
	line-height: 1.5;
}

a:link {
	color: #6e686d;
	text-decoration: none;
}
a:visited {
	color: #6e686d;
	text-decoration: none;
}
a:hover {
	color: #6f2dd6;
	text-decoration: none;
}
a:active {
	color: #6e686d;
	font-weight: normal;
}
h1 {
	font-size : small;
	font-weight : bold;
	margin : 0;
	color: #6f2dd6;
}
#lang-selector {
	font-size: x-small;
	text-align: left;
	white-space: nowrap;
	padding-bottom: 1em;
	color: #6f2dd6;
}
a.lang-current,a.lang-current:visited,a.lang-current:hover{
	color: #666666;
	text-decoration: underline;
}
a.lang-other,a.lang-other:visited{
	color: #666666;
	text-decoration: none;
}
a.lang-other:hover{
	text-decoration: 
	underline;background: #F7EBDB;
}

