/*
 * Style sheet for Civic Morning Musicals
 * derived from Style sheet for the CSS2 specification
 * $Id: default.css,v 2.14 1998/03/24 16:16:22 bbos Exp $
 */
 
/*
A:link { text-decoration: none; color: #005a9c; }
A:visited { text-decoration: none; color: #005a9c; }
A:hover { text-decoration: underline; color: #005a9c;  }
 */
 
A:link    { text-decoration: none;      color: #774400; }
A:visited { text-decoration: none;      color: #774400; }
A:hover   { text-decoration: underline; color: #774400; }

BODY {
    color: black;
    /* text-align: justify; */
    background: "#FFFFF0";
    /* margin: 2em; 
    background-image: url(fundraisin/gershwin/group02.jpg); */
    background-attachment: fixed;
    background-position:   center center;
    background-repeat:     no-repeat;
}

H2, H3, H4, H5, H6 {
    text-align: center;
    margin-top: em;
    margin-bottom: 0em;
}

H1 {
    text-align: center;
    margin-top: 2em;
}

P {
    margin-top: 0em;
    margin-bottom: 0em;
    text-indent:   1em;
}

P.outdent {
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: 2em;
    text-indent: -2em;
}

TH.REPHD {
    text-align: left;
    font-weight: bold;
    font-size:  120%  ;
    background: "EEEEEE"
}

TH.REPSEL {
    font-family: monospace;
}

TD.REPLBL {
    text-align: right;
    font-weight: bold;
    background: "EEEEEE";
    width:      2em
}

PRE {
    font-family: monospace;
    margin-left: 4em;
    text-align: left;
    background: "EEEEEE"
}

option {
    font-family: monospace;
}

IMG {
    border: 0;
}

SUP {
     font-size: 70%  ;
}

DIV.CENTERONPAGE {
    text-align: center;
    margin-left: 1em;
    margin-right: 1em;
}

DIV.SMALLFORM {
    text-align: center;
    margin-left: 1em;
    margin-right: 1em;
}

DIV.GREYBOX {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    background: "EEEEEE"
}

.note {
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 4em;
    margin-right: 1em;
    background: "EEEEEE"
}

.squeeze {
    margin-top: 0em;
    margin-bottom: 0em;
}

.center {
    text-align: center;
}

.sanser {
    font-family: helvetica, sans-serif;
}
.tmar {
    font-size:  -1  ;
    margin-top: 0.3em;
    margin-bottom: 0em;
}

.ind1 {
    margin-left: 1em;
}

.ind2 {
    margin-left: 2em;
}

.ind3 {
    margin-left: 3em;
}

.ind4 {
    margin-left: 4em;
}

.ind5 {
    margin-left: 5em;
}

.ind6 {
    margin-left: 6em;
}

OL.deci   {
    list-style-type: decimal;
    margin-top: 0em;
    margin-bottom: 0em;
}
OL.deciz  { list-style-type: decimal-leading-zero }
OL.romanl { list-style-type: lower-roman }
OL.alphup { 
    list-style-type: upper-alpha;
    margin-top: 0em;
    margin-bottom: 0em;
}
OL.hebrew { list-style-type: hebrew }

OL.disc   { list-style-type: disc }
OL.circle { list-style-type: circle }
OL.square { list-style-type: square }

OL.lower-roman { list-style-type: lower-roman }
OL.upper-roman { list-style-type: upper-roman }
OL.lower-greek { list-style-type: lower-greek }
OL.lower-latin { list-style-type: lower-latin }
OL.upper-latin { list-style-type: upper-latin }
OL.inherit { list-style-type: inherit }

/*
 * END - Style sheet for Civic Morning Musicals
 */
