body {
	background-image: url(pictures/hennagrey.jpg);
	background-repeat: repeat-x;
        background-position: top center;
        background-color: #bec1c2;
}
.container { 
        background-image: url(pictures/back4opt.jpg);
        background-position: top center;
        background-repeat: no-repeat;
}

.content {
	width: 960px;
	padding-bottom:1em;
	font-family: Palatino, “Palatino Linotype”, “Palatino LT STD”, “Book Antiqua”, Georgia, serif;
	font-size:18px;
}

.book {
	width: 350px;
	padding-left: 15px;
}

body, td, th {
	
	color:#555555;
        font-size:18px;
}

h1 {
	color: #444444;
}

h2 {
	color: #444444;
}

h3, h4 {
	color: #ffffff;
}

h5, h6 {
	color: #ffffff;
}

hr
{
    background-color: #eee;
    border: 0 none;
    color: #0099FF;
    height: 1px;
}

a {
	color: #333333;
}

form {
	background-color: #000000;
}