body,html {
	background-color: 323232;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	text-align:center;
	margin: 0;


}
a{
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: orange;
}
