/* CSS Document */

body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #B9B2A0;
	
}
html,body {
	height: 100%;
}
.languadge {
	font-family: "Trebuchet MS", "Century Gothic", Arial, sans-serif;
	font-size: x-small;
	color: #605846;
}
a:link {
	color: #605846;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #605846;
}
a:hover {
	text-decoration: underline;
	color: #ECE9D8;
}
a:active {
	text-decoration: none;
	color: #605846;
}
-->