	<!--
	
body {background-color:#000000;
/*background-image:url('images/backgrounds/Water-Animted.gif')*/}
#table1{background-color:#160773}
/*#topbox{background-image:url('images/backgrounds/Water-Animted.gif')}*/
a:link {font-size:100%;color:#FFFFFF;text-decoration: none}    /* unvisited link */
a:visited {font-size:100%;color:#FFFFFF;text-decoration: none} /* visited link */
a:hover {font-size:120%;color:#FFCA00;}   /* mouse over link */
a:active {color:#0000FF;}  /* selected link */


	
a.rollover {
    display: block;
    width: 100px;
    height: 100px;
    text-decoration: none;
    background: url("catpawcathead.png") left top no-repeat; 
    }
a.rollover:hover {
    background-position: -100px 0px;
    }
a.displace {
    position: absolute;
    left: -5000px;
    }
	
#PAST_EVENTS {
color: white;
}
a.whitefont {
color:white;
}
a.info{
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:0em; left:-2em; width:10em;
    border:0px solid #0cf;
    background-color:white; color:red;
    text-align: center}				
-->
