@charset "UTF-8";
/* CSS Document */
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #999999;
	background-color: #FFFFFF;
}
a:link {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid;
}
a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid;
}
a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid;
}
a:active {
	color: #999999;
	text-decoration: none;
}
.highlight {
	color: #333333;
	text-decoration: none;
}
#info {
	position:absolute;
}
