html, body {
	text-align: left;
	margin: 10px;
	background-color: #F2F7E1;
	font-size: 100%;
}

img {
	display: block;
	margin-bottom: 10px;
}

a:link { color: #94BB4D; text-decoration: none;}
a:visited { color: #F15D22; text-decoration: none;}

