
.Rollover 
{   
	margin:top 2px;
	color: White;
	font-family:Comic Sans MS;
	font-size:14pt;
	width:120px;
	height:40px;
	text-decoration: none;
	height: 1em;
    filter: Shadow(Color=#3A3A3A,Direction=150,Strength=6);
  
  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;

}


.Rollover:link	
{
	text-decoration: none;
	color: White;
	}	
		
.Rollover:visited	
{
	text-decoration: none;
		color: White;
	}	
		
.Rollover:active	
{
	text-decoration: none;
		color: Black;
	}	
		
.Rollover:hover	{	
	text-decoration:None;
	color: Black;
	}
