body {
	background-color: #FFFFFF;
	color: black;
	font-family: Verdana, Times New Roman;
}

a:link {
	color: brown;
}

a:visited {
	color: brown;
}

a.club_writeup:link {
	color: green;
}

a.club_writeup:visited {
	color: green;
}

div.printer_link {
	text-align: right;
	font-size: 10px
}

div.main_title {
	text-align: center;
}

div.section_heading {
	font-size: large;
	font-weight: bold;
	text-align: center;
}


div.club_section {
	color: black;
}

span.main_title {
	font-size: 24px;
}

span.club_name {
	font-weight: bold;
}

span.club_writeup {
	color: green;
}

span.map {
	font-size: 60%;
}

span.smaller {
	font-size: 80%;
}

table.club_information {
	align: center;
	#border-width: 1px;
	#border-style: solid;
}

tr.club {
	
}

td.club_label {
	vertical-align: top;
	text-align: right;
	color: #2222CC;
	padding-top: 3px;
}

td.club_data {
	vertical-align: top;
	text-align: left;
	color: brown;
	padding-top: 3px;
}













a.entry_writeup:link {
	color: green;
}

a.entry_writeup:visited {
	color: green;
}

div.section_heading {
	font-size: large;
	font-weight: bold;
	text-align: center;
}

div.section {
	color: black;
}

span.main_title {
	font-size: 24px;
}

span.entry_name {
	font-weight: bold;
}

span.entry_writeup {
	color: green;
}

span.map {
	font-size: 60%;
}

span.smaller {
	font-size: 80%;
}

table.entry_information {
	align: center;
	#border-width: 1px;
	#border-style: solid;
}

tr.entry {
	
}

td.entry_label {
	vertical-align: top;
	text-align: right;
	color: #2222CC;
	padding-top: 3px;
}

td.entry_data {
	vertical-align: top;
	text-align: left;
	color: brown;
	padding-top: 3px;
}

