html {
overflow-y: scroll;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#F7F7F7;
	
}
body,td,th {
	font-family: 'Droid Serif', serif;
	font-size: 12px;
	color:#4A4A4A;
}
a:link {
	color: #4A4A4A;
	text-decoration: none;
}
a:visited {
	color: #4A4A4A;
	text-decoration: none;
}
a:hover {
	color: #4A4A4A;
	text-decoration: underline;
}
a:active {
	color: #4A4A4A;
	text-decoration: none;
}
.Lang {
	font-family: 'Tangerine', cursive;
	color:#4A4A4A;
	font-size: 32px;
	text-decoration: none;
}
.Lang a:link {text-decoration: none; color: #4A4A4A;}
.Lang a:visited {text-decoration: none; color: #4A4A4A;  }
.Lang a:hover {text-decoration: none; color: #4A4A4A; }
.Lang a:active {text-decoration: none; color: #4A4A4A; }