/* Global-CSS */ 

* {	
	margin: 0px;
	padding: 0px;	
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
}
body {
  text-align: center;  
}
