/* style Copyrighted © by GlassSlipperWebDesign.com™. Duplication or redistribution is strictly prohibited. */

a:link, a:visited {
	color: #8B008B;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	color: #2F4F4F;
	font-weight: bold;
	text-decoration: underline;
}

body{
	background-color: #FFF5EE;
	background-image: url(images/bk.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	color: #000000;
	font: 14px Verdana, Arial, sans-serif;
}

h1{
	color: #D1CAC4;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
}

h2 {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
}

h3 {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
	text-transform: capitalize;
}

p, td {
	color: #000000;
	font: 13px Verdana, Arial, sans-serif;
}

.copyrights {
	color: #000000;
	font-size: 10px;
}

.nav {
	color: #000000;
	font-size: 10px;
}

.books {
	border-bottom-width: 2px;
	border-color: #2F4F4F #2F4F4F #2F4F4F;
	border-left-width: 2px;
	border-right-width: 2px;
	border-style: solid;
	border-top-width: 2px;
}

.box {
	color: #000000;
	font-size: 10px;
	border: 2px solid Purple;
}