body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	overflow: hidden;
}
a:link {
	white-space: nowrap;
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
a:visited {
	white-space: nowrap;
	color: #999999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
a:hover {
	white-space: nowrap;
	color: #FFFF00;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFF00;
}
.mainLayer {
	position: absolute;
	width:100%;
	height:100%;
	z-index:5;
	left: 0;
	top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
}
.notes {
	position: absolute;
	right: 5px;
	bottom: 5px;
	text-align: right;
}
