body {
    text-decoration: none;
    font-family: Ariel, Helvetica, sans-serif;
    font-weight: normal;
    background-color: #dddddd;
    color: #664400;
    margin: 30pt;
    border-width: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #886600;
}
a:link {
    color: #886600;
}
a:active {
    color: #886600;
}
a:visited {
    color: #886600;
}
a:hover {
    color: #886600;
}

p {
    font-size: 12pt;
    font-weight: bold;
}
li {
    font-size: 12pt;
    font-weight: bold;
}
h1 {
    font-size: 28pt;
    font-weight: bold;
}

address {
    font-size: 9pt;
}
.smallcaps {
    font-variant: small-caps;
    font-size: 10pt;
}
.smalltext {
    font-size: 9pt;
}

.giglist table {
    background-color: #cc9966;
    color: #663300;
}
.giglist th {
    font-size: 20pt;
    font-weight: bold;
}
.giglist td {
    font-size: 14pt;
    vertical-align: top;
}
.giglist p {
    font-size: 14pt;
    font-weight: normal;
}
.giglist a:link {
    background-color: #cc9966;
    color: #333300;
}
.giglist a:active {
    background-color: #cc9966;
    color: #333300;
}
.giglist a:visited {
    background-color: #cc9966;
    color: #333300;
}

.note {
    color: #333333;
    background-color: #f02040;
}

.frame1 {
  border-style: solid;
  border-color: black;
  background-color: black;
  border-spacing: 0;
  border-collapse: collapse;
}
.frame2 {
  border-style: solid;
  border-color: #663322;
  background-color: #663322;
  border-spacing: 0;
  border-collapse: collapse;
}

.calendar {
  text-align: center;
  font-size: 48pt;
  font-weight: bold;
  padding: 0 12px;
}

