/* Colour chart 
/* #FFE3FF  soft candy cotton pink */
/* #fef5fb  very very light pink */
/* #C9D4A1  pale green used for nav bar */
/* #c395d6  lavender used for headings */
/* #F4F9E3 very very light pale green */

body {
	font-family: Gill Sans, sans-serif;
	font-size: 12px;
	background-color:#FFE3FF; /* soft candy cotton pink */
	color:#333;
}

table, td, th {
border: none;
margin-left: auto;
margin-right: auto;
}

table.prices  {

	text-align: left;
	cell-padding: 5px;
	cell-spacing: none;
	font-size: 12px;
	width: 400px;
	border: 1px #C9D4A1 dashed;
	background-color: #fef5fb;
	
}

table.prices td {
border-top: 1px dashed;
}

table.prices th {

border-bottom: 1px dashed;
background-color: #F4F9E3;
font-family: Gill Sans, sans-serif;
font-size: 12px;
font-weight: bold;
color: #c395d6; 
}


ul, li {
	list-style-type: none;
	list-style-position: outside;
	font-size: 12px;
}

h1 {
    font-family: Gill Sans, sans-serif;
	font-size: 26px;
	font-weight: normal;
	padding: 3px 0 7px 0;
	color: #c395d6;
}

h1.index, h2.index, p.index {
	padding-left: 5px;
}

h2 {
    font-family: Gill Sans, sans-serif;
	font-size: 17px;
	font-weight: normal;
	padding: 5px 0 5px 0;
	color: #c395d6;
}

a, a:link, a:active, a:visited {

    font-family: Gill Sans, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#c395d6;
	text-decoration: underline;
	}
	
a:hover {
	font-family: Gill Sans, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#666;
	text-decoration: underline;
	
	}

p	{
padding-bottom: 5px;
font-size: 12px;
}

p.border {

margin-top: 10px;
margin-left: 5px;
padding: 5px;
border: 1px #C9D4A1 dashed; /* pale green used for nav bar */
background-color: #fef5fb; /* very very light pink */
}

p.border2 {
	margin-top: 10px;
	margin-left: 5px;
	padding: 5px;
	border: 1px #FFE3FF dashed; /* soft candy cotton pink */
	background-color: #F4F9E3; /* very very light pale green */
}

p.book {
text-align: right;
margin-right: 10px;
}

p.index {
padding-left: 5px;
}

.bodystyle {
	font-family: Gill Sans, sans-serif;
	font-size: 12px;
}


.justified {
	font-family: Gill Sans, sans-serif;
	text-align: justify;
}

.footer {
	font-family: Gill Sans, sans-serif;
	font-size: 10px;
	color: #999999; /* dark grey */
	
}

.price {

text-align: right;
padding: 5px 0 5px 0;
margin-right: 10px;
font-size: 17px;
color: #c395d6;

}



.box2 {
	font-style: italic;
	padding: 3px;
}


	
		



