/* style Copyrighted. Duplication or redistribution is strictly prohibited. */

a:active, a:visited, a:link {
	color: #6F2681;
	font-weight: bold;
	text-decoration: underline;
}

 a:hover {
	color: #8B4513;
	font-weight: bold;
	text-decoration: none;
}

body{
	color: #000000;
	font: 10px Verdana, Arial, sans-serif;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #FFFFE0;
}

h1{
	color: #6F3A13;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
	text-transform: uppercase;
}

h2 {
	color: Purple;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration: underline;
}

td, p {
	color: #000000;
	font: 12px Verdana, Arial, sans-serif;
}

.main {
	border: 1px solid #8B4513;
	background-image: url(images/background.jpg);
	background-position: center;
	background-repeat: repeat;
}

.copyrights {
	color: #8B4513;
	font-size: 10px;
}

.bookbox {
	border: medium double #6F2681;
}


.buttons {
	BORDER-RIGHT: 1px solid #6F3A13;
	BORDER-TOP: 1px solid #6F3A13;
	FONT-SIZE: 10px;
	BACKGROUND: transparent;
	BORDER-LEFT: 1px solid #6F3A13;
	COLOR: #00000;
	BORDER-BOTTOM: 1px solid #6F3A13;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
}