@charset "utf-8";
@import url("webfonts/55889873/stylesheet.css");
@import url("webfonts/avgb/stylesheet.css");
*{
  margin-top: 0px;
  margin-left:0px;
	}
body, html {
	height: 100%;
	margin: 0;
	line-height: 1.8;
	font-weight: 500;
	font-size: 15px;
	color: black;
	font-style: normal;
	font-family: "55889873";
}


@font-face {
	font-family: avgb;
	font-style: normal;
	font-weight: 400;
	src: url(font/avgb.ttf) format('truetype');
}
body {
	background-color: #C3C3C3;
}
body main {
	width: 80%;
	height: 80%;
	padding: 2em;
	align: left;
}

h1
{
	color:#669900;
	}
	
h2 {
	font-size: 14px;
	color:#669900;
	
}

p {
	font-size: 11px;
	}
	li {
		
		list-style-type:none;}
