body {
	margin: 0;
	font-family: "arial", "book antiqua", "times new roman";
	font-size: 14px;
}

/* Top nav styles */
a.top:link, a.top:visited, a.top:active {
	color: #000000;
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}

a.top:hover {
	color: #FF0000;
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 14px;	
	text-decoration: none;
	text-align: center;	
}

/* Left nav styles */
a.left:link, a.left:visited, a.left:active {
	color: #8c0429;
	font-family: arial black;
	font-size: 15px;
	text-decoration: none;
}

a.left:hover {
	color: #FFFFFF;
	background-color: #8c0429;
	font-family: arial black;
	font-size: 15px;	
	text-decoration: none;
}

/* bottom nav styles */
a.bottom:link, a.bottom:visited, a.bottom:active{
	color: #A04000;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a.bottom:hover {
	color: #A04000;
	font-family: arial;
	font-size: 12px;	
	text-decoration: underline;
	font-weight: bold;
}

.bottomText {
	color: #000000;
	font-family: "arial";
	font-weight: bold;
	font-size: 10px;
}

/* Join club form styles */
.label {
	font-weight: bold;
	font-family: Helvetica;
}
.input {
	font-family: Comic Sans MS;
}

.btn {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000FF;
	border-color: #0000FF;
}

P.indent{
	text-indent: 25px;
}

/* Catering/Party Menu/Ice Cream navigation links */
a.caterlink:link, a.caterlink:visited, a.caterlink:active {
	color: #8c0429;
	text-decoration: none;
	background-color: #f7d47c;
	border: 2px solid #8c0429;
	padding: 2px;
}

a.caterlink:hover {
	color: #000000;
	text-decoration: none;
	background-color: #f7b54a;
	border: 2px solid #f7d47c;
	padding: 2px;
}