body {
  font-family: serif, 'Arial', 'Comic Sans MS', 'Times New Roman', sans-serif;
}
h1 {font-size: 100%;}
h2 {font-size: 70%;}
h3 {color: #C11B17; font-size: 100%;}
h4 {font-size: 110%;}
h5 {color: red; font-size: 70%;}
hr {display: none;}
ul {
  width: auto;
  margin: 0;
  padding: 1em;
  line-height: 200%;
  list-style-type: none;
}
img {display: none;}
#all {
  width: 99%;
  margin: 0;
  padding: 0;
  background-color: white;
}
#menu {display: none;}
#menu a:link {color: white;}
#menu a:visited {color: red;}
#main {
  width: auto;
  margin: 0;
  text-align: center;
  background-color: white;
}
#logo {text-align: center;}
#sugarhilldesc {font-size: 75%;}
#items {font-weight: bold;}
#col1 {text-align: left;}
#col2, #col3 {text-align: right;}
#bread, #chocolates, #cakes {page-break-after: always;}
p.text {
  margin: 0 auto;
  text-indent: 2em;
  text-align: justify;
}
table.locations {
  table-layout: auto;
  margin: 0 auto;
  border: 1px outset gray;
}
table.locations th {
  padding: 1em;
  font-size: 175%;
  font-weight: bold;
  border: 1px inset gray;
}
table.locations td {
  padding: 1em;
  text-align: center;
  vertical-align: middle;
  border: 1px inset gray;
}
table.cakeprice {
  table-layout: fixed;
  margin: auto;
  border: 1px outset gray;
}
table.cakeprice col {width: 33%;}
table.cakeprice th, td {
  padding: 5px;
  text-align: center;
  border: 1px inset gray;
}
table.pricelist {
  table-layout: fixed;
  width: 100%;
  margin: 0;
  border: 1px outset gray;
  orphans: 0;
  widows: 0;
}
table.pricelist th {
  padding: 5px;
  border: 1px inset gray;
  text-align: left;
  page-break-inside: avoid;
}
table.pricelist td {
  padding: 5px;
  border: 1px inset gray;
  page-break-inside: avoid;
}
table.cakes {
  table-layout: fixed;
  width: 80%;
  float: right;
  margin: auto;
  border: 1px outset gray;
}
table.cakes td {
  text-align: center;
  font-size: 80%;
  border: 1px inset gray;
}
table.sections {
  table-layout: auto;
  width: 75%;
  margin: auto;
}
table.sections td {
  border: 0;
  text-align: center;
}
