      <li><a href="http://www.mirabellescafe.com/dessert.html">Dessert</a></li>
@charset "UTF-8";
/* CSS Document */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link, :visited {
	text-decoration:none
}
/* no list-markers by default, since lists are used more often for semantics */
ul, ol {
	list-style:none
}
/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1, h2, h3, h4, h5, h6, pre, code {
	font-size:1em;
}
/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin:0;
	padding:0
}
/* whoever thought blue linked image borders were a good idea? */
a img, :link img, :visited img {
	border:1px solid #555;
}
/* de-italicize address */
address {
	font-style:normal
}
/* more varnish stripping as necessary... */



html {
	background: #ffe1e1/* url(choco-flakes.gif) repeat*/;
}
body {
	width:800px;
	color: 000000;
	background: #FFF;
	font-size:small;
	padding: 1em;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2.75em;
	line-height: 1.2;
	color: #69ab3e;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.2;
	color: #69ab3e;
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	color:#69ab3e;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height:1.3;
	margin-top:.25em;
}
li {
	margin-bottom: 0.25em;
}

a:hover, a:active {
	border-bottom: 1px dotted #f7859b;
}
.itemname, a.itemname {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #f7859b;
	text-decoration: none;
	text-align: left;
}
#masthead {
	margin-bottom:1em;
	position: relative;
	clear: both;
}
#masthead img {
	width: 574px;
	margin:0 auto;
	display:block;
	margin-bottom:1em;
}
#masthead #nav {
	width:800px;
	margin: 0 auto;
	text-align:center;
}
#nav {
	border-top: 2px dotted #69ab3e;
	border-bottom: 2px dotted #69ab3e;
	color: #000;
	clear: both;
	margin-top: 1em;
}
#nav ul li {
	display:inline;
	padding: 0 .75em;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
}
#nav ul li a {
	text-decoration:none;
	color: #f7859b;
}
#leftbar {
	position: absolute;
	width: 149px;
	height: 1000px;
	left: 0px;
	top: 0px;
	border-right: 1px solid #d2ff95;
	padding-right: 12px;
}
#leftbar ul, #welcome ul {
	list-style-image: url(arrow.gif);
	list-style-type:none;
	padding-left:9px;
	margin-left:0;
}
#main #leftbar #address {
	text-align: center;
	margin: 3em auto 1em;
}
#main #leftbar h3 {
	margin-top: 0.75em;
}
#main {
	position: relative;
	clear: both;
}
#main-header, #main-menu {
	margin-left: 172px;
	padding: 0px 0px 0px 1em;
	margin-bottom: 1em;
}

#main #main-menu ul {
	list-style: square url(none);
	margin-left: 0px;
	padding-left: 9px;
}
#main table td {
	width: 33%;
	padding:0 1em 0 0;
	vertical-align: top;
}
#main #leftbar ul li a {
	text-decoration: none;
	color: #000;
}

#footer {
	text-align: center;
	margin-top: 1em;
}
#main #welcome ul {
	list-style: square url(none);
}
#masthead .twitter {
	position: absolute;
	left: 0px;
	top: 15px;
}
