body {
	background: #181409;
}

.heading {
	padding: 10px 10px 10px 30px;
}

.container {
	overflow:hidden;
}

.notes {
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #fff;
	/*margin-top: -800px;*/
}

.notes ul {
	list-style: none;
	width: 560px;
}

.notes a:link, .notes a:active, .notes a:visited {
	color: #9BCC60;
	text-decoration: none;
}

.notes a:hover {
	color: #B8EF77;
	text-decoration: none;
}

.hi {
	font-size: 24px;
	font-family: arial;
	color: #9BCC60;
}

.mybox {
	-moz-border-radius: 4px;
	border: 1px solid #86DF1B;
	background: #F8FFEF;
	opacity: 0.95;
	width: 172px;
	height: 28px;
	display:none;
	padding: 9px 0 0 15px;
	position: absolute;
	color: #DF7237;
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
	cursor: pointer;
}

#me {
	cursor: pointer;
	font-weight: bold;
	color: #9BCC60;
}