@import "/styles/text.css";
.cssButtonBooks a{ font-size: 10pt; font-weight: bold; text-align: center; display: block; width: 115px; padding:5px; border: 1px solid #002664; background-image:url(../images/books.jpg); background-repeat:no-repeat; background-position:0px -20px; background-color:#002664; color:#002664; text-decoration:none; margin-left:12px; }

.cssButtonBooks a:hover{
	color:#ffffff;
	display: block;
	border: 1px solid #002664;
	text-decoration:none;
	}
.cssButtonBooks a:visited{color:#002664;}
.whitebox{
padding: 5px;
border:solid 1px #ffffff;
margin-top:5px;
}
