body {
	background-color: black;
	background-image: url(photog-by-bg.gif);
	color: white;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 16px;
}
			
h1 {text-align: center;}

.withmargins {
	margin-left: 10%;
	margin-right: 10%;
}

/*
.lnk:hover {
	color: red;
	cursor: pointer;
}
*/

.myButton {
	background-color: #8888FF;
	color: black;
	font-weight: bolder;
	border-style: outset;
	border-width: thick;
	cursor: default;
	padding-left: 5px;
	padding-right: 5px;
}

/*
.myButton:hover {
	background-color: #BBBBFF;
}
*/

.gigrow td {
	padding-right: 20px;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: red;
	cursor: pointer;
}


.bandname {}
.venuename {}
.date {}
.count {}
