﻿	body {
		background-color: #FFFFFF;
		margin: 20px;
		padding: 0px;
		font-family: sans-serif;
		font-stretch: semi-expanded;
		color: black;
		background: white
	}
	h2 { font-size: 150% }
	h3 { font-size: 130% }
	h4 { font-size: 105% }
	h5 { font-size: 90% }
	a { color: #000080; }
	p { 
		line-height: 17px;
		text-indent: 5em;
	}
	li { list-style: square outside }
	hr {
		border: none 0; 
		border-top: 1px dashed #0099CC;
		width: 100%;
		height: 1px;
	}
	br { clear: left; }
	img {
		border: 2px;
		text-align: center;
		width: 90%;
		height: 90%;
	}
	.hover {
		text-decoration-line: underline;
		cursor: zoom-in;
	}
	.tableHeader {
		background: #1C6EA4;
		color: #FFFFFF;
		font-weight: bold;
	}
	.showRow:nth-child(odd) {
		background: #EEEEEE;
	}
	.showRow:nth-child(even) {
		background: #D0E4F5;
	}
	.year {
		font-size: smaller;
		color: #006B84;
	}
	.date { font-size: smaller }
	.venue { font-size: smaller }
	.headliner { color: #006B84; }
	.support {
		color: #0066FF;
		font-size: smaller;
	}
	.notes {
		font-size: smaller;
		color: #808080;
	}