a:link, a:visited {
	color: #009;
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	}
h1 {
	font: bold 200% georgia, "times new roman", times, serif;
	text-align: center;
	clear: left;
	}
h2 {
	font: bold 175% georgia, "times new roman", times, serif;
	text-align: center;
	}
h3 {
	font: 110% normal verdana, arial, helvetica, sans-serif;
	text-align: center;
	margin: 5px 0;
	}
h4 {
	font: 100% normal verdana, arial, helvetica, sans-serif;
	text-align: center;
	margin: 10px 0 5px;
	}
p {
	margin: 5px 0;
	}
#currentMonthMembers {
	border: 1px solid #C89E6C;
	padding: 0 5px;
	}
.linkList {
	display: table;
	margin: 0 auto;
	padding: 10px 0;
	}
.linkList li {
	float: left;
	width: 30px;
	height: 30x;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	background: url(/images/dot.png) 1px top; /* for non-link letters */
	_background-image: url(/images/dot.gif);
	}
.linkList li a:link, .linkList li a:visited {
	font-size: 16px;
	color: #660022;
	display: block;
	width: 30px;
	height: 30px;
	background: url(/images/dot.png) 1px top;
	_background-image: url(/images/dot.gif);
	}
.linkList li a:hover {
	font-weight: bold;
	background: url(/images/dot.png) 1px bottom;
	_background-image: url(/images/dot.gif);
	}
.holder {
	background: url(../images/bkgrd_memberList.png) no-repeat;
	_background: url(../images/bkgrd_memberList.gif) no-repeat;
	height: 500px;
	width: 95%;
	padding-top: 15px;
	padding-left: 20px;
	}
.holderRight {
	float: right;
	height: 500px;
	width: 30px;
	margin-top: -15px;
	margin-right: -30px;
	background: url(../images/bkgrd_memberList.png) right no-repeat;
	_background: url(../images/bkgrd_memberList.gif) right no-repeat;
	}
#members-this-year, #members-last-year {
	clear: left;
	height: 465px;
	overflow: auto;
	}
#members-this-year li, #members-last-year li {
	float: left;
	margin: 10px 0;
	width: 25%;
	}
#members-this-year .heading, #members-last-year .heading {
	clear: left;
	float: none;
	font: bold 125% georgia, "times new roman", times, serif;
	}
@media print {
	.linkList {
		display: none;
		}
	.names {
		overflow: visible;
		}
	}
