body {
  margin: 0px; padding: 0px;
}

#content {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#title {
  padding: 10px;
  background: #EEEEEE;
  text-align: center;
}

#section {
  float: left;
  padding: 5px;
  width: 100%;
  margin: 0px;
}

#left {
	float: left;
}

#right {
	float: right;
}

#right-align {
	float: right;
	text-align: right;
}

#leftcol {
	float: left;
	width: 300px;
}

#rightcol {
	float: right;
	width: 300px;
}

#header {
  float: left;
  padding: 5px;
  background: #EEEEEE;
  width: 100%;
  font-weight: bold;
  font-size: 95%;
  margin: 0px;
}

table.music {
  border-collapse: true;
  border-style: dotted;
  border-width: 1px;
  border-color: #dddddd;
  width: 100%;
}

tr.music {
  padding: 0;
  border-style: dotted;
  border-width: 1px;
  border-color: #dddddd;
}

td.music {
  padding: 1px 4px;
  font-size: 80%;
}

.box { white-space: nowrap; }
.linky { padding: 2px; line-height: 180%; font-size: 90%; }
.linky a { padding: 2px 6px; border: dotted 1px #ddd; background: #fff; text-decoration: none; white-space: nowrap; }
.linky a:visited { padding: 2px 6px; border: dotted 1px #ddd; background: #fff; text-decoration: none; white-space: nowrap; }
.linky a:hover { color: #ddd; background: #0063DC; border-color: #000; text-decoration: none; white-space: nowrap; }
.linky .box { padding: 2px 0px; border: none; color:#666; white-space: nowrap; }
.linky .box a { padding: 2px 6px; border: dotted 1px #ddd; text-decoration: none; white-space: nowrap; }
.linky .box a:visited { padding: 2px 6px; border: dotted 1px #ddd; text-decoration: none; white-space: nowrap; }
.linky .box a:hover { padding: 2px 6px; border: solid 1px #000; color: #ddd; background: #0063DC; text-decoration: none; white-space: nowrap; }

.linkity { padding: 1px; line-height: 133%; }
.linkity a { padding: 1px 2px; background: #fff; text-decoration: none;}
.linkity a:visited { padding: 1px 2px; background: #fff; text-decoration: none;}
.linkity a:hover { padding: 1px 2px; color: #ddd; background: #0063DC; text-decoration: none;}
