/* CSS to alter Chaucer's Store Picks page/newsletter */

.bk_cnlname {
font-family: "Trebuchet MS", Verdana, helvetical, arial, sans-serif;
font-size: x-large;
font-weight: bold;
padding: 10px;
}

TD[ALIGN=LEFT] P {  /* book description blurb paragraph text */
font-family: Georgia, serif;
font-size: medium;
}

TD[ALIGN=LEFT] { /* book description blurb; put dotted bottom border in to separate each entry/pick */
border-bottom: 1px dotted black;
padding-bottom: 10px;
}

.picks_intro {
width: 700px;
font-family: Georgia, serif;
font-size: medium;
color: black;
padding-left: 50px;
padding-top: 20px;
}

td[width="69"] {
padding-top: 10px;
margin-top: 8px;
}

INPUT[VALUE="Order"] {
margin-top: 10px;
}


