body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #000000;
	font-size: 15px;
	background-color: #FFFFFF; 
	text-align: justify;
}

p {
	font-size: 15px;
}

li {
	font-size: 15px;
}

.nav {
	font-size: 14px;
}

h1 {
	text-align: center;
	font-size: 32px;
}

h2 {
	text-align: center;
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

a, a:link, a:visited {
	color: #000099;
	text-decoration: underline;
}

a:active, a:hover {
	color: #0000FF;
	text-decoration: underline;
}

hr {
	color: #003399;
	background-color: #003399;
	height: 5px;
	text-align: center;
	align: center;
}

img.floatLeft { 
	float: left; 
	margin: 8px; 
}

img.floatRight { 
	float: right; 
	margin: 8px; 
} 

.clubname {
	border: 2px solid #003399;
	margin: 0px;
	padding: 4px;
	color: #0040B0;
	font-family: Georgia, Book Antiqua, Times New Roman, serif;
}