BODY {color: black; background: rgb(255,255,220); font-size: 12px; margin: 1px; }
/* general rules */
P, H1, H2, H3, H4, H5, LI { color: black; font-family: "arial", "courier new", sans-serif }

/* specific rules */
P { font-size: 12pt; line-height: 16pt; }
H1 { font-size: 14pt; color: rgb(192,0,0); }
H2 { font-size: 12pt; line-height: 14pt; }
H3 { font-size: 10pt; }
H4 { font-size: 8pt; text-align: justify }
H5 { font-size: 7pt; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.order { font-size: 12pt; color: rgb(40,90,150); font-family: "arial", "courier new", sans-serif; }
.option { font-size: 8pt; color: black; font-family: "arial", "courier new", sans-serif; }
.copyright { color: white; font-family: "arial", "courier new", sans-serif; font-size: 8pt; line-height: 12pt; text-align: center; }
.footer { color: black; font-family: "arial", "courier new", sans-serif; font-size: 8pt;  line-height: 6pt; text-align: center; }
.musicians { font-size: 10pt; line-height: 12pt; text-align: left; }
.musicians_center { font-size: 10pt; line-height: 12pt; text-align: center; }
.leadership { font-size: 10pt; line-height: 12pt; text-align: left; }
.leadership_center { font-size: 10pt; line-height: 12pt; text-align: center; }
.next_concert { font-size: 10pt; font-weight: bold; }


.season { font-size: 12pt; line-height: 12pt; text-align: left; font-weight: bold; color: rgb(0,0,0); }
.concert { font-size: 12pt; line-height: 12pt; text-align: left; font-weight: bold; color: rgb(128,128,0); }
.date { font-size: 10pt; line-height: 8pt; text-align: left; color: rgb(64,64,64); }
.details { font-size: 10pt; line-height: 10pt; text-align: left; color: rgb(0,0,0); }

/* sidebar rules */
a.sidebar:link { font-size: 10pt; line-height: 16pt; font-family: "arial"; text-decoration: none; color: rgb(0,0,255) }
a.sidebar:visited { font-size: 10pt; line-height: 16pt; font-family: "arial"; text-decoration: none; color: rgb(64,64,64) }
a.sidebar:active { font-size: 10pt; line-height: 16pt; font-family: "arial"; text-decoration: underline; color: red }
a.sidebar:hover { font-size: 10pt; line-height: 16pt; font-family: "arial"; text-decoration: underline; rgb(0,0,255) }

/* linking rules */
A:link { color: "#004000" }
A:visited { color: black }
A:active { color: red }
