BODY {
	font-family: sans-serif;
	background: white;
}

.links {
	font-weight: bold;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
	position: fixed;
}

.links A {
	background: #eaeaea;
	border: 1px solid #316ac5;
	padding: 2px;
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #316AC5;
	margin-top: 5px;
}

.links A:hover { background: #316ac5; color: #eaeaea; }

.header {
	background: #0053a0;
	background-image: url("ping.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: -5px;
	margin-right: -5px;
	font-size: 32px;
	color: white;
	font-weight: bold;
	padding-left: 5px;
}

.main {
	border: solid 1px #316ac5;
	background-color: #eaeaea;
	padding-left: 5px;
	padding-right: 5px;
}

.photos IMG {
	border: solid 2px black;
	margin: 10px;
}

/* For members page */

th {
	background: #0053a0;
	color: white;
	font-weight: bold;
	border: solid 1px black;
}

td {
	border: solid 1px black;
	background: white;
	padding: 2px;
}

table {
	border-collapse: collapse;
	margin: 15px;
}

