body {
	color: silver;
	background-color: black;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	text-align: center;
	}
a:link {
	color: silver;
	text-decoration: none;
	}
a:visited {
	color: silver;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: blue;
	}
a:active {
	text-decoration: underline;
	color: dodgerblue;
	}
img {
	border: 0;
	}
table {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	}
td {
	text-align: center;
	width: 20%;
	}
td.caption {
	padding-bottom: 10px;
	}
td.pic {
	vertical-align: bottom;
	}
.links {
	word-spacing: .3em;
	text-align: center;
	color: teal;
	font-weight: bold;
	}
.linkBack {
	background-color: #333;
	font-weight: bold;
	padding: 3px;
	}
