@charset "UTF-8";
body {
  font-family: 'Monda', sans-serif;
}

a:link {
	text-decoration: none;
	color: #b3b3b3;
}

a:hover {
	text-decoration: underline;
}

/* #top, #bottom, #left, #right {
	background: #fff82b;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 10px;
		}
		#left { left: 0; }
		#right { right: 0; }

	#top, #bottom {
		left: 0; right: 0;
		height: 10px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; } */

div.floating-menu {
	position:fixed;
	top: 100px;
	left: 60px;
	width:300px;
	z-index:100;
	padding: 1em;
	text-align: left;

}


/* div.floating-menu a, div.floating-menu h3 {
	display:block;
	} */

div.workarea {
	position: absolute;
	left: 500px;
	top: 50px;
}

	/* CSS Document */
