body {
  font-size:           small;
  font-family:         Verdana, Helvetica, Arial, sans-serif;
  line-height:         1.6em;
}

h1, h2 {
  color:               Peru;
}

h1 {
  font-size:           150%;
}

h2 {
  font-size:           130%;
}

#specials h2{
   color:              Black;
}

#specials h3 {
	color:             DarkRed;
}

#motto {
  line-height:         1.9em;
  font-style:          italic;
  font-family:         Georgia, "Times New Roman", Times, serif;
  color:               #444444;
  border-color:        white;
  border-width:        1px;
  border-style:        dashed;
  background-color:    #EBCEB2;
  padding:             25px;
  padding-left:        80px;
  margin:              30px;
  margin-right:        250px;
  background-image:    url(images/background.gif);
  background-repeat:   no-repeat;
  background-position: top left;
}

#specials {
    border: thin solid DarkRed;
    width: 200px;
    padding: 0px 20px 20px;
    margin-left: 20px;
    text-align: center;
    background: url('images/products_small.jpg') repeat-x scroll 0% 0% transparent;
    float: right;
    line-height: 1;
}
.day {
  font-style:          italic;
}

.flavor {
  font-weight:         bold;
}

a:link {
  color:               Peru;
}

a:visited {
  color:               #333333;
}

#specials a:link {
  color:               Peru;
}

#specials a:visited {
  color:               #333333;
}

#specials a:hover {
  background:          #f88396;
  color:               #0d5353;
}