#content h1 {
text-align: center;
}

#specials legend {
font-size: 24px;
color: brown;
font-weight: bold;
}

#specials fieldset {
padding: 10px;
margin-bottom: 10px;
border-color: black;
}

#specials h3 {
text-align: center;
}

#specials h4 {
text-align: center;
color: red;
}

#specials q {
color: red;
font-style: italic;
}

#specials table {
margin-right: auto;
margin-left: auto;
}

.specialsimage {
float: left;
padding-left: 20px;
}

.printerfriendly {
clear: both;
}