/* misc CSS configs: not yet cleaned up */
.bg {background-color: #FFE493}
..unnamed1 {/* line-height: 18pt */ }
input.c9 {background-color: rgb(51,1,255); color: rgb(255,255,255)}
span.c1 {color: #FF0000; font-size: 150%}
span.c2 {color: #800000; /* font-size: 80% */ }
span.c3 span.c10 { /* font-size: 80% */ }
span.c4 {color: #800000}
span.c5 {/* color: #0000FF; font-size: 80% */}
span.c7 {/* color: #FF0000 */ }
p.c1 p.c2 {color: #800000; text-align: center}
p.c3 {/* font-size: 80%; */ text-align: center}
p.c4 {text-align: center}
p.c5 p.c11 {text-align: right}
p.c6 {/* color: #FF0000; text-align: center; font-size: 80% */}
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;}

