/* maroon.css - text color & style base ******
 *** 4/22/08 *******/

body {
    font-family: serif;
    font-size: 12pt;
}

a:link {color: #006600}     /* unvisited link */
a:visited {color: #003300}  /* visited link */
a:hover {color: #990000}   /* mouse over link */
a:active {color: #990000}   /* selected link */

#panel {
    background-image: url("/pics/ditherback.gif");
     /* ALTERNATES: url("/pics/butterfly_background1.gif"); */
}

#header {
    background-color: #FFFFFF;
    color:#330000;
    font-weight:bold;
}

#header p:first-letter {
    color:#660000;
    font-size:xx-large
}

#contents {
    background-color: #FFFFFF;
    font-family: arial;
    font-size: 10pt;
    line-height: 150%;
}

#import {
    background-color: #FFFFFF;
    font-family: arial;
    font-size: 10pt;
    line-height: 150%;
}

#leftcolumn {

}

blockquote {
    font-size: 80%;
    border: 1px solid #DDCCCC;
}

h1 {
    font-family: serif;
    font-size: 26pt;
    color: #660000;
}

h2 {
    color: #330000;
    font-weight: bold; font-size: 14pt;
}

h3 {
    font-weight: bold; font-size: 12pt;
}

.redletter { color: #660000; font-weight: bold }
.bigredletter { color: #660000; font-size: 180%; font-weight: bold }
.purpleletter { color: #600060; font-weight: bold }
.disclaimer { font-size: 80%; font-family: sans-serif; font-style: oblique }
.copyright { color: #660000; font-family: serif; font-size: 100%; text-align: left }
.photocredit { color: #666666; font-size: 60%; font-weight: bold; font-family: sans-serif }
.blogdate { color: #660000; font-size: 60%; font-family: sans-serif }

