.maintext {
	font-family: "?? Pro", "?? Pro", "Arial Narrow";
	font-size: small;
	font-style: normal;
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
}
.box01 {
	position: fixed;
	font-family: "?? Pro", "?? Pro", "Arial Narrow";
	font-size: x-large;
	color: #FF0000;
	background-color: #00CCFF;
	border: 5px double #000000;
	margin: 5px;
	padding: 5px;
	height: 25px;
	width: 250px;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	visibility: inherit;
}
.box02 {
	position: absolute;
	font-family: "?? Pro", "?? Pro", "Arial Narrow";
	font-size: x-large;
	color: #333333;
	background-color: #00CC33;
	border: 5px double #000000;
	margin: 5px;
	padding: 5px;
	height: 25px;
	width: 250px;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	visibility: inherit;
}
.box03 {
	position: relative;
	font-family: "?? Pro", "?? Pro", "Arial Narrow";
	font-size: x-large;
	color: #FFFFFF;
	background-color: #CCCCCC;
	border: 5px double #000000;
	margin: 5px;
	padding: 5px;
	height: 25px;
	width: 250px;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	visibility: inherit;
	overflow: auto;
}

div#links a span {display: none;}


div#links a:hover span {display: block;
   position: absolute; top: 200px; left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: black;
   font: 10px Verdana, sans-serif; text-align: center;}

