a {
	text-decoration: none;
}
a#hover {
  text-decoration: none;
}
a#visited {
	text-decoration: none;
}

img {	
	border-style: none;
}

#notebox{
	position: absolute;
	width: 300px;
	left: 0;
	top: 0px;
	cursor:hand;
	border: 2px solid black;
	background-color: lightyellow;
	z-index: 100;
	visibility: hidden;
}

#noteboxhead{
	position: absolute;
	width: 100%;
	left: 0;
	top: 10px;
	background-color: #DAD7C8;
	z-index: 101;
}

#noteboxbody{
	padding: 5px;
	text-align: left;
}

#noteboxcontents{
	background-color: lightyellow;
	border: 0px;
	font-family: courier;
	font-size : 14px;
	overflow: visible;
}