@charset "UTF-8";
body {
	background-color: #99DD32;
	margin-top: 22px;
	margin-right: 11px;
	margin-bottom: 22px;
	margin-left: 22px;
}
a:link {
 text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

