.bowling {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #99CCFF;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	border: thin solid #000099;
}
body,td,th {
	font-size:12px;
	color:#000000;
	font-family:Arial;
}

a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: darkblue;
}
a:hover {
	text-decoration: glow;
	color: #FFE400;
}
a:active {
	text-decoration: none;
	color: blue;
}
.small {
	font-size:9px;
	font-family:Arial;
}



ul { 
		margin: 0;
		padding: 0;
		list-style: none;
		width : 11em;
	}
	
li { 	
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 17em;		
}
	
li ul { 
		display: block;
		position : absolute;
		left: -999em;	
		width: 25em;	
		margin-left : 17.05em;
		margin-top : -2.35em;
		background-color: #BBBBFF;
}
	
li a {
		display : block;
		padding : 0.5em;
		width: 25em;
		w\idth : 20em;
		color : black;
		text-decoration : none;
		border : 1px solid black;
}
	
li a:hover {
		background-color : #faeedc;
	}
	
li:hover ul, li.sfhover ul { 
		left: auto;
	}

