body {
	background-color: rgb(192, 192, 192); 
}div.top {
	position: absolute; 
	top: 10px; 
	width: 150px; 
	height: 100px; 
	left: 5px;
	right: 5px;
	text-align: center;
	font-family: Lucida fantasy;
	font-weight: bold; 
	font-size: 20px;
}

div.links {
	position: absolute; 
	top: 120px; 
	width: 150px; 
	height: 450px; 
	left: 5px;
	right: 5px;
	font: 16px Verdana, sans-serif; 
	z-index: 100;
}div.links a span {
	display: none;
}div.links a:hover span {
	display: block;    position: absolute; 
    top: 420px; 
    width: 125px;    padding: 5px; 
    margin: 10px; 
    z-index: 100;    color: #A00; 
    background: rgb(192, 192, 192);    font: 11px Verdana, sans-serif; 
    text-align: center;
}
div.links a {
	display: block; 
	text-align: center; 
	width: 150px;
	font: 1em sans-serif;     padding: 4px 4px; 
    margin: 0 0 2px; 
    border-width: 0;     text-decoration: none; 
    color: #FFC; 
    background: #777;}div.links a:link {
	color: #FFC;
}
div.links a:visited {
	color: #FF4;
}
div.links a:hover {
	color: #411; 
	background: #F22;}div.links a:active {
    background: #F00;
}
div.links a:focus {
    background: #F44;
    color: #000;
}

