
		DIV.draggable {
			z-index: 20;
		}
		
		#drag-a-bug\.mydropbox {
			z-index: 10;
			font-size: 30px;
			color: #505050;
			border: 2px solid black;
			width: 200px;
			height: 200px;
		}

		.pink {
			background-color: pink;
		}
		.red {
			background-color: red;
		}
		.green {
			background-color: green;
		}
		.yellow {
			background-color: yellow;
		}
		.gray {
			background-color: gray;
		}
		.orange {
			background-color: orange;
		}

		p.title {
			font-size: 25px;
			color: #505050;
		}

	
