/* style created © 2005 by J. Piraneo on 02.17.05. Duplication or redistribution is strictly prohibited. */

a:link{
	color: #9932CC;
	font-weight: bold;
	text-decoration: underline;
}

a:visited{
	color : #9932CC;
	font-weight : bold;
	text-decoration : underline;
}

a:hover{
	color: #9932CC;
	font-weight: bold;
	text-decoration : none;
}

a:active{
	color :#9932CC;
	font-weight : bold;
}

body{
	background: #612252;
	color: #000000;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1{
	color: #FFD700;
	font: small-caps bold 18px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	letter-spacing: 2px;
}

p, td {
	color : #000000;
	font : 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
}


.main{
	background: #EDECC5;
}

.copyrights {
	color: Purple;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}


.sidebox2{
	background: #5B005B;
	color: #FDF5E6;
	font: 12px  Verdana, Arial, Helvetica, sans-serif;
}

.books{
   border : 2px #663333 solid;
}

.box{
	border: 2px solid #FFD700;
}



