/* Global-CSS */

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}

body {
	background-color: #FFFFFF;
	overflow-x: auto;
	overflow-y: auto;
}