@charset "UTF-8";
/* CSS Document */

/*page background*/
body 
{
background-image:url(images/background.opt.jpg);

}

/*text area*/
.scroll {
width: 800px; 
height: 400px;
padding-left: 25px;
padding-right: 25px; 
overflow: auto;
background-color:#FFFFFF;
text-align:justify;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
margin:auto;

}

/*testimonial text*/
p.testimonial {
text-align:left;
font-family:Georgia, Verdana, Arial, serif;
font-style:italic;
color:#666666;
font-size:14px;
}

/*book titles*/
p.booktitle {
text-align:left;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:666666;
}

/*copyright text*/
p.copyright {
text-align:center;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:11px;
}


/* Float image to left of paragraph */
img.floatLeft{
   float: left;
   margin-right: 5px;
}