
/* BASIC "COMMON" STYLES */

html {
	margin: 0px;
	padding: 0px;
} 

body {
	background-color: #fff;
	
}

