a:link, a:visited {
	text-decoration: none;
	color: White;
}

a:hover {
	color: White;
	text-decoration: none;
}

body {
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #333333;
	scrollbar-darkshadow-color: #333333;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #000000;
}

td.nav {
	cursor: pointer;
}

td.nav1{
	background-color: #333333;
}

a.info{
	position:relative;
	z-index:24;
	background-color:#ccc;
	color:#000;
	text-decoration:none;
	left: 646px;
	top: 184px;

}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}
