html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
img { border: 0px; }

@font-face {
		font-family: 'InterRegular';
		src: url('../fonts/inter-regular.woff2') format('woff2');
		font-weight: normal;
		font-style: normal;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

p {font-family: 'InterRegular', sans-serif;}
a {color: rgba(100,100,100,1)}
a:visited {color: rgba(100,100,100,.5)}

div#content{
	 position:relative;
	 margin-left: 100px;
	 margin-top: 100px;
}