/* misc CSS configs: not yet cleaned up */
.bg {
    background-color: #FFE493
}

input.c9 {
    background-color: rgb(51, 1, 255);
    color: rgb(255, 255, 255)
}

span.c1 {
    color: #FF0000;
    font-size: 150%
}

span.c2 {
    color: #800000;
}

span.c4 {
    color: #800000
}

p.c1 p.c2 {
    color: #800000;
    text-align: center
}

p.c3 {
    text-align: center
}

p.c4 {
    text-align: center
}

p.c5 p.c11 {
    text-align: right
}

p.c7 p.c8 {
    text-align: left
}

/* Following CSS has been cleaned up already */
a:link {
    text-decoration: none;
    color: blue
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: underline;
    color: green;
}

body {
    background-image: url(../images/bgwhite.jpg);
    margin-top: 0;
    margin-left: 0;
    background-attachment: fixed;
    color: #800000;
}

h2 {
    background: url("/images/littleflower.gif") no-repeat scroll 0 0 transparent;
    color: #FF0000;
    display: block;
    margin-bottom: 3px;
    padding: 0 0 2px 25px;
}

h3 {
    text-align: center
}

p {
    text-indent: 2em;
}

p.back {
    text-align: right
}

.author {
    text-align: center;
    font-weight: bold
}

.emphosis {
    color: #FF0000;
}

.passed_away {
    border: 1px solid black;
    line-height: 1em;
}
