@charset "UTF-8";
/* CSS Document */

.note {
	font-size: 11px;
	z-index: 0;
	position: absolute;
	color: #9CC18A;
	width: 150px;
	height: 150px;
}

	.id {
	font-size: 50px;	
	}

	.a {
	top: 50px;
	left: 600px;
	}
	.b {
	top: 20px;
	left: 800px;
	}
	.c {
	top: 300px;
	left: 500px;
	}
	.d {
	top: 30px;
	left: 200px;
	}
	.e {
	bottom: 30px;
	left: 40px;
	}
	.f {
	bottom: 20px;
	left: 400px;
	}
	.g {
	bottom: 50px;
	left: 500px;
	}
	.h {
	top: 20px;
	left: 700px;
	}


/*
e
-------------------------------*/

.e {
	font-style:italic;
	font-size: 88%;
}

input, textarea {
	font-size: 11px; 
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

/*
Links
-------------------------------*/

#e a:link { color: #000000; text-decoration: none; background: none; padding: 0px; }
#e a:visited { color: #000000; text-decoration: none; background: none; padding: 0px; }
#e a:hover { color: #000000; text-decoration: none; background: none; padding: 0px; }
#e a:active { color: #000000; text-decoration: none; background: none; padding: 0px; }
