body {
	background-color: #000000;
	color: white;
	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: green;
}

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

span.club_name {
	font-weight: bold;
}

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;
}


