html {
	overflow: auto;
}

body  {
	background: #E1E3E2;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	font:"Times New Roman", Times, serif;
}

a:hover{
    text-decoration:underline;
}

