/* basic element selectors */
html {
	margin:0;
	padding: 0;
	}
body {
	font: 100% verdana, sans-serif;
	color: #000000;
	background: #8FBC8F;
	margin: 10;
	padding: 0;
	}

h1, h2 {
	color: #cfe2cf;
	text-shadow: 2px 2px #264026;
}

/* ID selectors */
#footer p {
	font: 12px verdana;
	text-align: center;
	line-height: 0.5;
	}


/* class selectors */

div.img {
  width: 73px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

div.container {
  padding: 10px;
}

/* Pseudo selectors */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #cfe2cf;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #568f56;
	}