/* CSS file for Bestsellers Page */

h2 {
   font-size:110%;
   font-weight: bolder;
}

p {
   font-family: Calibri, "Trebuchet MS", Verdana, sans-serif;
   font-size: 80%;
}

strong {
   font-size: 100%
   font-weight: bold;
   font-style: italic;
   color: #666666;
}


a:link {
   text-decoration: none;
   color: #400d12;
}

a:hover {
   text-decoration: none;
   color: #ff0000;
}

a:visited {
   text-decoration: none;
   color: #003333;
}

a:active {
   text-decoration: none;
   color: #4fd5d6;
}

.bestseller_box {
   width: 260px;
   margin-right: 0px;
   margin-top: 5px;
   border: 0;
   background-color: #e6e0cc;
   padding: 5px;
   padding-top: 10px;
   padding-left: 10px;
   min-height: 150px;
}




#hc_fic {
}

#hc_nonfic {
}

#pb_fic {
}

#pb_nonfic {
}

#kids {
}


