@charset "UTF-8";
/* CSS Document */

/*zero encoding - sometimes browsers have predetermined borders etc.*/
/*The following code sets all to zero*/


html {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

