@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0;
	background-color:#9feddf;
}

a {
	color:#00a9af;
	text-decoration:none;
}

a:hover {
	color:#00a9af;
	text-decoration:underline;
}