@charset "ISO-8859-1";
.test {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#clubs {
	width:574px;
	padding:20px;
}

.heading {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

#clubs td {
	padding:5px 13px;
	/*border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	*/
	
}
#clubs a { text-decoration:none; }
#clubs tr:hover {
	background-color:#333;
}
