body
{
background-color: lime;
text-align:center;
color:black;
padding: 5px;
border: thick groove black;
width: 640px;
font-family: georgia
}

h1 {
font-size: 28pt;
background-color: DodgerBlue;
text-align: center;
padding: 5px;
border: medium groove DodgerBlue;
width: 625px
}

h2 {
font-size: 16pt;
}

p {
font-size:10pt;
}

ul {
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

li {
float:left;
margin-top: 0.2em;
margin-bottom: 0.2em;
width:189.4px;
height: 6em;
text-decoration:none;
color:black;
background-color:DodgerBlue;
padding:0.2em 0.6em;
border-right:1px solid white;
display:inline
}

th, td {
padding: 0.2cm;
}

td {
font-weight: 600;
font-size: 12pt;
text-align: center
}

th {
font-weight: 900;
font-size: 16pt;
text-decoration: underline
}

#menu {
position: absolute;
top: 130px;
left: 320px;
width: 314px;
height: 330px;
border-style: inset;
color: black;
line-height: 0.6cm;
border-style: inset;
padding: 0.2cm;
background-color: white;
background-image: url(http://www.hormel.com/images/glossary/l/lemonade.jpg);
background-repeat: no-repeat;
background-position: bottom left
}

#address, #hours, #about {
font-size: 18pt;
background-color: DodgerBlue;
text-align:left;
margin-bottom: 5px;
padding: 5px;
color:black;
border: medium inline DodgerBlue;
width: 280px;
font-weight: 600;
}

#footer {
width: 615px;
clear: both;
background-color: white;
padding: 5px;
border: medium groove DodgerBlue;
text-align: center;
vertical-align: bottom
}

#quotes {
margin-top: 10px;
width: 630px;
background-color:DodgerBlue;
text-decoration:none;
color:black;
border:1px solid white;
}

span[class="customername"] {
font-weight: 900
}

/* Stolen from W3School.com */
a:link {color: #FF0000}     /* unvisited link */
a:visited {color: #00FF00}  /* visited link */
a:hover {color: #FF00FF}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */
