body {
	background-image:  url("img/bg_octo.png");
	background-color: #010101;
	color: #98fbcb;
	font-family: "Century Gothic", "Questrial", "Arial", sans-serif;
}

table.main {
	width: 1024px;
	align: center;  
	margin: auto;
	background-color: #010101;
	opacity:0.95;
	cellpadding: 20px;
}

td {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
}

tr {
	width: 100%;
}


h1 {
	text-align: center;
}

#full_center {
	display: grid;
	place-items: center;
	height: 180px;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
}

#title_row {
	background-color: #5de530;
	cellpadding: 30px;
	color: black
}

#footer {
 padding-top:20px; 
}

.centered {
	align: center;
	text-align: center;
	width: 100%;
}

.tiny {
	font-size: smaller;
}


 /* unvisited link */
a:link {
	color: aqua;
}

/* visited link */
a:visited {
	color: lime;
}

/* mouse over link */
a:hover {
	color: white;
}

/* selected link */
a:active {
	color: silver;
} 

td.tier {
  width: 100px;
	overflow: hidden;
}

td.list {
  width: 100%;
}

img.thumbnail {
  width: 80px;
  height: 80px;
}