body {
	background-color: #F4FFFF;
}

h1 {
	font-family : sans-serif;
	font-size : 36px;
	text-align : center;
	color : #00BFFF;
}

.statename {
	font-family: Verdana, sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: black;
	text-decoration: none;
}

.clubname {
	font-family: "Arial Black";
	font-size: 36px;
	font-weight: 600;
	color: black;
	text-decoration: none;
	font-style : italic;
}

.clubdetails {
font-family: Verdana, sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: black;
	text-decoration: none;

}

.clublinks {
font-family: "Arial Black";
	font-size: 36px;
	font-weight: 600;
	color: blue;
	text-decoration: none;

	font-style : italic;
}