body {
	color: black;
	font-family: "Times", serif;
	font-size: 14px;
	margin: 20px 40px 20px 40px;
	background: #FFF;
}
img {  
	border-style: none;
}
.text {
	width:800px;
	margin: 20px auto;
}
.header {
	font-weight: bold;
	font-size: 36px;
	margin: 40px 0px 20px 0px;
	color: #000;	
}
.languages {
	float: right; 
	font-weight: bold;
	color: #4d7348;
}
.footer {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin-top: 60px;
}

.mainMenu {
  	padding-right: 25px;
  	color: #4d7348;
  	float:left;
  	font-size:16px;
	font-weight: bold;
}

a { font-weight: bold; color: #000; text-decoration:none }
a:hover { font-weight: bold; text-decoration:none; color: #4d7348; }

hr {
	border: 0;
	width: 99%;
	color: #4d7348;
	background-color: #4d7348;
	height: 2px;
}

hrSmall {
	border: 0;
	width: 45%;
	color: #4d7348;
	background-color: #4d7348;
	height: 2px;
}

/* INDEX */

.languagesIndex {
	font-size: 18px;
	font-weight: bold;
    text-align: center;
    width: 900px;
    color: #8dbc86;
}


