body {
    margin: 0;
    padding: 0;
    font-size: 10pt;
    font-family: Georgia, serif;    
}

a {
    color: #000;
}

h1 { font-size: 120%; }
h2 { font-size: 110%; }
h3 { font-size: 100%; }
h4 { font-size: 100%; }

table.tour {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
    border-bottom: 1px solid #666;
    margin-bottom: 3em;
}

col.tour-date {
    width: 90px;
}
col.tour-venue {
    width: 180px;
}
col.tour-location {
    width: 140px;
}
col.tour-moreinfo {
    width: 304px;
}
col.tour-link {

}

table.tour td {
    border-top: 1px solid #666;
    padding: 4px;
    vertical-align: top;
    font-size: 89%;
}

table.releases {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
    border-bottom: 1px solid #666;
    margin-bottom: 2em;
}

col.release-name {
    width: 374px;
}
col.release-format {
    width: 82px;
}
*html col.release-format {
    width: 72px;
}
col.release-year {
    width: 70px;
}
*html col.release-year {
    width: 58px;
}
col.release-arrow {
}

table.releases tr {
  cursor: hand;
  voice-family: "\"}\"";
  voice-family:inherit;
  cursor: pointer;
}

table.releases td {
    border-top: 1px solid #666;
    padding: 4px;
    vertical-align: top;
    font-size: 89%;
}