/*
 * 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-top: 0em;
    margin-left: 2em;
    /* 
    background-image: url(holiday/holly7.jpg);
    background-image: url(fundraisin/SarahCrocker/SC.jpg);
    background-image: url(inrecital/2008-09-12/group01.jpg);
    background-position:   top center;
    background-position:   top right;
    background-attachment: fixed;
    background-image: url(inrecital/2008-10-19/StephanieCambra_bkgnd.jpg);
    background-repeat:     no-repeat;
    background-attachment: fixed;
    background-image: url(inrecital/2008-11-23/Helen_bkgnd2.jpg);
    background-repeat:     no-repeat;
    background-image: url(holiday/holly7.jpg);
    background-position:   top left;
    background-attachment: fixed;
    background-image: url(inrecital/2009-11-10/LeDoux_bkgnd2.jpg);
    background-position:   center right;
    background-attachment: fixed;
    background-repeat:     no-repeat;
    background-image: url(holiday/holly7.jpg);
    background-repeat:     no-repeat;
    background-position:   center center;
    background-attachment: fixed;
    */
}

H2, H3, H4, H5, H6 {
    text-align: center;
    margin-top: 0em;
    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;
}

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

IMG {
    border: 0;
}

SUP {
     font-size: 70%  ;
}

.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 {
    margin-top: 1em;
    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
 */
