
a.nav:link {color: #000066}     /* unvisited link */
a.nav:visited {color: #330033}  /* visited link */

.homepage table {
	background-color: #c0c0ff;
	background-image: url('img-gen/fade-horiz.php?center=D0D0FF&edges=9090d0&width=700');
	border-width: 5;
	border-style: ridge;
	border-color: #770000;
	width: 200px;
}

.homepage center table tr td {
	width: auto;
}

.homepage table table {
	border-style: none;
	float: top;
	background-color: transparent;
	background-image: none;
}

table.pageheading {
	font-weight: 900;
	font-size: 30px;
	width: 600px;
}

table.pagedescription {
	width: 600px;
}


.nav table table table {
	border-style: none;
	float: top;
}

.nav table table {
	background-color: #c0c0ff;
	background-image: url('img-gen/fade-horiz.php?center=9090d0&edges=C0C0FF&width=200');
	border-width: 2;
	border-style: solid;
	border-color: black;
	width: 70%;
}

.tableheading {
	font-weight: 900;
	font-size: 20px;
	text-align: center;
}

.titlepage_bandname {
	text-align: center;
	font-weight: bold;
	font-size: 18;
	color: black;
}

.titlepage_bandname A:link {
	color: maroon;
	text-decoration: none;
}

.titlepage_bandname A:visited {
	color: maroon;
	text-decoration: none;
}

.titlepage_bandname A:active {
	color: maroon;
	text-decoration: none;
}

.titlepage_bandname A:hover {
	color: navy;
	text-decoration: none;
}

.titlepage_banddesc {
	text-align: center;
	color: navy;
}

.titlepage_bandimage {
	text-align: center;
}

.titlepage_band {
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	text-align: center;
}

A:link.nav { color: navy; }
A:visited.nav {color: navy; }
A:hover.nav { color: navy; }
A:active.nav {color: navy; }

table.nav {
	border-style: solid;
	border-width: 2;
	border-color: black;
	width: 150;
	vertical-align: top;
	background-color: #c0c0ff;
	background-image: url('img-gen/fade-horiz.php?center=C0C0FF&edges=A0A0d0&width=150');
}

hr { color: black; }
